add docblock for password
[roojs1] / Roo / bootstrap / TableBody.js
index 4a40021..77af7cd 100644 (file)
@@ -8,6 +8,8 @@
 /**
  * @class Roo.bootstrap.TableBody
  * @extends Roo.bootstrap.Component
+ * @children Roo.bootstrap.TableRow
+ * @parent Roo.bootstrap.Table
  * Bootstrap TableBody class
  * @cfg {String} cls element class
  * @cfg {String} tag element tag (thead|tbody|tfoot) default tbody
@@ -37,7 +39,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
        
         cfg = {
             tag: 'tbody'
-        }
+        };
             
         if (this.cls) {
             cfg.cls=this.cls
@@ -59,6 +61,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
         return cfg;
     }
     
+    
 //    initEvents : function()
 //    {
 //        
@@ -77,6 +80,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
 //    {   
 //        this.fireEvent('load', this);
 //    }
+//    
 //   
 });