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

index 687da13..767bb86 100644 (file)
@@ -22,10 +22,8 @@ var t = new Roo.MasterTemplate(
 );
  
 // then append, applying the master template values
-t.append('my-form', {name: 'my-select'});
-</code></pre>
-* A name attribute for the child template is not required if you have only one child
-* template or you want to refer to them by index.
+ </code></pre>
+ *
  */
 Roo.XTemplate = function(){
     Roo.XTemplate.superclass.constructor.apply(this, arguments);