allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / Header.js
index 0f26b9e..9bd515a 100644 (file)
@@ -32,20 +32,11 @@ Roo.extend(Roo.bootstrap.Header, Roo.bootstrap.Component,  {
     
     getAutoCreate : function(){
         
-//        var cfg = {
-//          tag: 'div',
-//          html: null,
-//          cn: [
-//                {
-//                    tag: 'h' + (1 *this.level),
-//                    html: this.html || 'fill in html'
-//                }
-//          ]
-//        };
+        
         
         var cfg = {
             tag: 'h' + (1 *this.level),
-            html: this.html || 'fill in html'
+            html: this.html || ''
         } ;
         
         return cfg;