roojs-core.js
authorAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 03:54:27 +0000 (11:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 03:54:27 +0000 (11:54 +0800)
roojs-core-debug.js
roojs-ui.js
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index ba076bc..d409c69 100644 (file)
@@ -52348,12 +52348,12 @@ var t = new Roo.MasterTemplate(
  *    {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>
+ *      &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;
  *
- *      <tpl for="."></tpl> - just iterate the property..
- *      <tpl for=".."></tpl> - iterates witht the parent (probably the template) 
+ *      &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) 
  *      
  *      
  */
index 4997990..0498e78 100644 (file)
@@ -37846,12 +37846,12 @@ var t = new Roo.MasterTemplate(
  *    {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>
+ *      &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;
  *
- *      <tpl for="."></tpl> - just iterate the property..
- *      <tpl for=".."></tpl> - iterates witht the parent (probably the template) 
+ *      &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) 
  *      
  *      
  */