Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Fri, 6 Feb 2015 04:07:12 +0000 (12:07 +0800)
committerEdward <edward@roojs.com>
Fri, 6 Feb 2015 04:07:12 +0000 (12:07 +0800)
Roo/bootstrap/CheckBox.js
Roo/Component.js

Roo/Component.js
Roo/bootstrap/CheckBox.js
Roo/bootstrap/Table.js

index d1098b3..fe851ed 100644 (file)
@@ -161,7 +161,6 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
      * @param {String/HTMLElement/Element} container (optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.
      */
     render : function(container, position){
-        Roo.log('render the component');
         if(!this.rendered && this.fireEvent("beforerender", this) !== false){
             if(!container && this.el){
                 this.el = Roo.get(this.el);
@@ -195,8 +194,6 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
                 this.disable();
             }
         }
-        Roo.log('render the component');
-        Roo.log(this);
         return this;
     },
 
index 376a157..91aaa5e 100644 (file)
@@ -178,6 +178,8 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
                 
             });
         }
+        
+        
        
         return cfg;
         
index 35b6e78..c75345c 100644 (file)
@@ -522,14 +522,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 var _this = this;
                 
                 if(row.cellObjects.length){
-                    Roo.log(row.cellObjects.length);
                     Roo.each(row.cellObjects, function(r){
-                        Roo.log('run??');
-                        Roo.log(r);
                         _this.renderCellObject(r);
                     })
                 }
-                //delete row.cellOjbects;
                 
             }, this);
         }
@@ -725,20 +721,10 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
      */
     renderCellObject : function(r)
     {
-        Roo.log('run render cell Object????');
-        
         var _this = this;
-        Roo.log(r);
-        //return;
-        Roo.log('the render function!!!!');
-        Roo.log(r.cfg.render);
-//        return;
-        Roo.log('doing render!!!!!!!!!!!!!!!');
+        
         var t = r.cfg.render(r.container);
-        Roo.log(t);
         
-        Roo.log('after render!!!!!!!!!!!!!!!!!!!');
-        return;
         if(r.cfg.cn){
             Roo.each(r.cfg.cn, function(c){
                 var child = {