try and get ctrl-enter to add a clear all
[roojs1] / Roo / XTemplate.js
index 708da8f..a19d417 100644 (file)
@@ -41,7 +41,7 @@ var t = new Roo.XTemplate(
         <tpl for="a_variable or condition.."></tpl>
         <tpl if="a_variable or condition"></tpl>
         <tpl exec="some javascript"></tpl>
-        <tpl name="named_template"></tpl>
+        <tpl name="named_template"></tpl> (experimental)
   
         <tpl for="."></tpl> - just iterate the property..
         <tpl for=".."></tpl> - iterates with the parent (probably the template)