Roo/bootstrap/dash/TabPane.js
authormichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 04:33:45 +0000 (12:33 +0800)
committermichael <michael@office.ROOJS.COM>
Thu, 27 Nov 2014 04:33:45 +0000 (12:33 +0800)
Roo/bootstrap/dash/TabPane.js

index 7543acd..2eea9bd 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * - LGPL
  *
- * nav group
+ * Tab pane
  * 
  */
 
 /**
- * @class Roo.bootstrap.NavGroup
+ * @class Roo.bootstrap.TabPane
  * @extends Roo.bootstrap.Component
- * Bootstrap NavGroup class
+ * Bootstrap TabPane class
  * @cfg {String} align left | right
  * @cfg {Boolean} inverse false | true
  * @cfg {String} type (nav|pills|tab) default nav
@@ -23,12 +23,12 @@ Roo.bootstrap.dash = Roo.bootstrap.dash || {};
 Roo.bootstrap.dash.TabPane = function(config){
     Roo.bootstrap.dash.TabPane.superclass.constructor.call(this, config);
     
-    //Roo.bootstrap.NavGroup.register(this);
+    //Roo.bootstrap.TabPane.register(this);
      this.addEvents({
         /**
             * @event changed
             * Fires when the active item changes
-            * @param {Roo.bootstrap.NavGroup} this
+            * @param {Roo.bootstrap.TabPane} this
             * @param {Roo.bootstrap.Navbar.Item} item The item selected
             * @param {Roo.bootstrap.Navbar.Item} item The previously selected item 
          */