examples/view/domtemplate.html
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jun 2012 05:41:21 +0000 (13:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jun 2012 05:41:21 +0000 (13:41 +0800)
examples/view/domtemplate.html

index 6ee0b00..377d561 100644 (file)
@@ -35,6 +35,8 @@ Roo.onReady(function() {
             }
         ];
     Roo.each(data,  function(r) {
+        // loops through data and appends rows..
+        
         tpl.append(Roo.get('body'), r);
     });