Roo/bootstrap/dash/TabBox.js
authoredward <edward@roojs.com>
Fri, 4 Dec 2015 04:16:47 +0000 (12:16 +0800)
committeredward <edward@roojs.com>
Fri, 4 Dec 2015 04:16:47 +0000 (12:16 +0800)
Roo/bootstrap/dash/TabBox.js

index adf1ccf..2512982 100644 (file)
@@ -14,7 +14,6 @@ Roo.bootstrap.dash = Roo.bootstrap.dash || {};
  * @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
@@ -51,7 +50,6 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
     icon : false,
     showtabs : true,
     tabScrollable : false,
-    weight : false,
     
     getChildContainer : function()
     {