Roo/bootstrap/Column.js
authoredward <edward@roojs.com>
Wed, 24 Feb 2016 05:08:54 +0000 (13:08 +0800)
committeredward <edward@roojs.com>
Wed, 24 Feb 2016 05:08:54 +0000 (13:08 +0800)
Roo/bootstrap/Column.js

index f5f81f8..4e706e0 100644 (file)
@@ -57,13 +57,10 @@ Roo.extend(Roo.bootstrap.Column, Roo.bootstrap.Component,  {
     
     getAutoCreate : function(){
         var cfg = Roo.apply({}, Roo.bootstrap.Column.superclass.getAutoCreate.call(this));
-        Roo.log('column html');
         
-        Roo.log(this.html);
         cfg = {
             tag: 'div',
-            cls: 'column',
-            html : this.html
+            cls: 'column'
         };
         
         var settings=this;
@@ -95,10 +92,9 @@ Roo.extend(Roo.bootstrap.Column, Roo.bootstrap.Component,  {
         }
         
         
-//        if (this.html.length) {
-//            cfg.html = this.html;
-//        }
-        
+        if (this.html.length) {
+            cfg.html = this.html;
+        }
         if (this.fa) {
             var fasize = '';
             if (this.fasize > 1) {