Roo/bootstrap/dash/TabBox.js
authorEdward <edward@roojs.com>
Thu, 2 Apr 2015 05:03:41 +0000 (13:03 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Apr 2015 05:03:41 +0000 (13:03 +0800)
Roo/bootstrap/dash/TabBox.js

index ddafe4f..98cc6e9 100644 (file)
@@ -13,7 +13,7 @@ Roo.bootstrap.dash = Roo.bootstrap.dash || {};
  * @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} headerScrollable (true|false) header scrollable when mobile view default false
+ * @cfg {Boolean} tabScrollable (true|false) header scrollable when mobile view default false
  * 
  * @constructor
  * Create a new TabBox
@@ -49,7 +49,7 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
     title : '',
     icon : false,
     showtabs : true,
-    headerScrollable : false,
+    tabScrollable : false,
     
     getChildContainer : function()
     {