X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FXTemplate.js;h=a19d417fcf26199f5b783faab2436edc6161bdcb;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=aefca4693d4798387d0400dbd24a58949f45c0c1;hpb=f34a1231537a13658dfc77b12006b34a827edd3b;p=roojs1 diff --git a/Roo/XTemplate.js b/Roo/XTemplate.js index aefca4693d..a19d417fcf 100644 --- a/Roo/XTemplate.js +++ b/Roo/XTemplate.js @@ -27,21 +27,25 @@ var t = new Roo.XTemplate( * Supported features: * * Tags: - * {a_variable} - output encoded. - * {a_variable.format:("Y-m-d")} - call a method on the variable - * {a_variable:raw} - unencoded output - * {a_variable:toFixed(1,2)} - Roo.util.Format."toFixed" - * {a_variable:this.method_on_template(...)} - call a method on the template object. - * - * Tpl: - * <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 for="."></tpl> - just iterate the property.. - * <tpl for=".."></tpl> - iterates with the parent (probably the template) - * + +

+      {a_variable} - output encoded.
+      {a_variable.format:("Y-m-d")} - call a method on the variable
+      {a_variable:raw} - unencoded output
+      {a_variable:toFixed(1,2)} - Roo.util.Format."toFixed"
+      {a_variable:this.method_on_template(...)} - call a method on the template object.
+ 
+
+ * The tpl tag: +

+        <tpl for="a_variable or condition.."></tpl>
+        <tpl if="a_variable or condition"></tpl>
+        <tpl exec="some javascript"></tpl>
+        <tpl name="named_template"></tpl> (experimental)
+  
+        <tpl for="."></tpl> - just iterate the property..
+        <tpl for=".."></tpl> - iterates with the parent (probably the template) 
+
* */ Roo.XTemplate = function()