Roo/XTemplate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 9 Apr 2012 11:01:09 +0000 (19:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 9 Apr 2012 11:01:09 +0000 (19:01 +0800)
Roo/XTemplate.js

index 708da8f..a19d417 100644 (file)
@@ -41,7 +41,7 @@ var t = new Roo.XTemplate(
         &lt;tpl for="a_variable or condition.."&gt;&lt;/tpl&gt;
         &lt;tpl if="a_variable or condition"&gt;&lt;/tpl&gt;
         &lt;tpl exec="some javascript"&gt;&lt;/tpl&gt;
-        &lt;tpl name="named_template"&gt;&lt;/tpl&gt;
+        &lt;tpl name="named_template"&gt;&lt;/tpl&gt; (experimental)
   
         &lt;tpl for="."&gt;&lt;/tpl&gt; - just iterate the property..
         &lt;tpl for=".."&gt;&lt;/tpl&gt; - iterates with the parent (probably the template)