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

index 348e32a..218d401 100644 (file)
@@ -38,6 +38,10 @@ var t = new Roo.MasterTemplate(
  *      <tpl if="a_variable or condition"></tpl>
  *      <tpl exec="some javascript"></tpl>
  *
+ *      <tpl for="."></tpl> - just iterate the property..
+ *      <tpl for=".."></tpl> - iterates witht the parent (probably the template) 
+ *      
+ *      
  */
 Roo.XTemplate = function()
 {