Roo/bootstrap/TabGroup.js
authorAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 01:56:26 +0000 (09:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 01:56:26 +0000 (09:56 +0800)
Roo/bootstrap/TabGroup.js

index 3de37ec..fb5ff40 100644 (file)
@@ -9,7 +9,7 @@
  * @class Roo.bootstrap.TabGroup
  * @extends Roo.bootstrap.Column
  * Bootstrap Column class
- * @cfg {String} navId the navigation id (for use with navbars)
+ * @cfg {String} navId the navigation id (for use with navbars) - will be auto generated if it does not exist..
  * 
  * @constructor
  * Create a new TabGroup
@@ -26,8 +26,7 @@ Roo.bootstrap.TabGroup = function(config){
 
 Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
     
-    
-    
+     
     getAutoCreate : function(){
         var cfg = Roo.apply({}, Roo.bootstrap.TabGroup.superclass.getAutoCreate.call(this));