remove debugging code
[roojs1] / Roo / bootstrap / NavSidebar.js
index 70b45a3..df2284e 100644 (file)
@@ -7,44 +7,29 @@
 
 /**
  * @class Roo.bootstrap.NavSidebar
- * @extends Roo.bootstrap.Component
- * Bootstrap Navbar class
- * @cfg {Boolean} sidebar has side bar
- * @cfg {Boolean} bar is a bar?
- * @cfg {String} position (fixed-top|fixed-bottom|static-top) position
- * @cfg {String} brand what is brand
- * @cfg {Boolean} inverse is inverted color
- * @cfg {String} type (nav | pills | tabs)
- * @cfg {Boolean} arrangement stacked | justified
- * @cfg {String} align (left | right) alignment
- * @cfg {String} brand_href href of the brand
- * @cfg {Boolean} main (true|false) main nav bar? default false
- * @cfg {Boolean} loadMask (true|false) loadMask on the bar
- * @cfg {String} tag (header|footer|nav|div) default is nav 
-
+ * @extends Roo.bootstrap.Navbar
+ * Bootstrap Sidebar class
  * 
  * @constructor
- * Create a new Navbar
+ * Create a new Sidebar
  * @param {Object} config The config object
  */
 
 
 Roo.bootstrap.NavSidebar = function(config){
     Roo.bootstrap.NavSidebar.superclass.constructor.call(this, config);
-   
-    
 };
 
 Roo.extend(Roo.bootstrap.NavSidebar, Roo.bootstrap.Navbar,  {
     
-    sidebar : true,
+    sidebar : true, // used by Navbar Item and NavbarGroup at present...
     
     getAutoCreate : function(){
         
         
         return  {
             tag: 'div',
-            cls: 'sidebar-nav'
+            cls: 'sidebar sidebar-nav'
         };