sync
[roojs1] / Roo / bootstrap / dash / TabBox.js
index 0f12a3f..7753f85 100644 (file)
@@ -9,12 +9,12 @@ Roo.bootstrap.dash = Roo.bootstrap.dash || {};
 /**
  * @class Roo.bootstrap.dash.TabBox
  * @extends Roo.bootstrap.Component
+ * @children Roo.bootstrap.dash.TabPane
  * Bootstrap TabBox class
  * @cfg {String} title Title of the TabBox
  * @cfg {String} icon Icon of the TabBox
  * @cfg {Boolean} showtabs (true|false) show the tabs default true
  * @cfg {Boolean} tabScrollable (true|false) tab scrollable when mobile view default false
- * @cfg {String} weight (primary|success|info|warning|danger) default false
  * 
  * @constructor
  * Create a new TabBox
@@ -94,7 +94,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
                         ]
                     }
                 ]
-            }
+            };
         }
         
         var cfg = {
@@ -108,7 +108,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
                     cn: []
                 }
             ]
-        }
+        };
 
         return  cfg;
     },