add docblock for password
[roojs1] / Roo / bootstrap / Header.js
index 7b701a6..5b8de6d 100644 (file)
@@ -1,17 +1,20 @@
 /*
  * - LGPL
  *
- * row
+ * header
  * 
  */
+
 /**
  * @class Roo.bootstrap.Header
  * @extends Roo.bootstrap.Component
+ * @children Roo.bootstrap.Component
  * Bootstrap Header class
-  * @cfg {String} html content of header
-  * @cfg {Number} level (1|2|3|4|5|6|7) default 1
-    
-  }
+ *
+ * 
+ * @cfg {String} html content of header
+ * @cfg {Number} level (1|2|3|4|5|6) default 1
+ * 
  * @constructor
  * Create a new Header
  * @param {Object} config The config object
@@ -32,9 +35,11 @@ Roo.extend(Roo.bootstrap.Header, Roo.bootstrap.Component,  {
     
     getAutoCreate : function(){
         
+        
+        
         var cfg = {
             tag: 'h' + (1 *this.level),
-            html: this.html || 'fill in html'
+            html: this.html || ''
         } ;
         
         return cfg;