Roo/XTemplate.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 03:38:50 +0000 (11:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 03:38:50 +0000 (11:38 +0800)
Roo/XTemplate.js

index 453c743..348e32a 100644 (file)
@@ -33,7 +33,10 @@ var t = new Roo.MasterTemplate(
  *    {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>
  *
  */
 Roo.XTemplate = function()