Roo/bootstrap/Container.js
authorjohn <john@roojs.com>
Thu, 21 Jun 2018 09:23:43 +0000 (17:23 +0800)
committerjohn <john@roojs.com>
Thu, 21 Jun 2018 09:23:43 +0000 (17:23 +0800)
roojs-bootstrap.js
roojs-bootstrap-debug.js

Roo/bootstrap/Container.js
roojs-bootstrap-debug.js
roojs-bootstrap.js

index 73c4f6c..ed0220c 100644 (file)
@@ -397,7 +397,7 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
         var items = this.getItems();
         
         items.each(function(f){
-            Roo.log(f);
+            Roo.log(f.isVisible());
         })
     }
    
index 82f51d7..e5a3570 100644 (file)
@@ -1402,7 +1402,7 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
         var items = this.getItems();
         
         items.each(function(f){
-            Roo.log(f);
+            Roo.log(f.isVisible());
         })
     }
    
index 4b88ed1..538a40a 100644 (file)
@@ -52,7 +52,7 @@ return;}this.expand();},expand:function(){if(this.fireEvent('expand',this)){this
 return this.el.select('.panel-body',true).first()},titleEl:function(){if(!this.el||!this.panel.length||!this.header.length){return;}return this.el.select('.panel-title',true).first();},setTitle:function(v){var A=this.titleEl();if(!A){return;}A.dom.innerHTML=v;
 },getTitle:function(){var A=this.titleEl();if(!A){return '';}return A.dom.innerHTML;},setRightTitle:function(v){var t=this.el.select('.panel-header-right',true).first();if(!t){return;}t.dom.innerHTML=v;},onClick:function(e){e.preventDefault();this.fireEvent('click',this,e);
 },getItems:function(){var r=new Roo.util.MixedCollection(false,function(o){return o.id||(o.id=Roo.id());});var A=function(el){if(el.inputEl){r.add(el);}if(!el.items){return;}Roo.each(el.items,function(e){A(e);});};A(this);return r;},isEmpty:function(){var A=this.getItems();
-A.each(function(f){Roo.log(f);})}});
+A.each(function(f){Roo.log(f.isVisible());})}});
 // Roo/bootstrap/Img.js
 Roo.bootstrap.Img=function(A){Roo.bootstrap.Img.superclass.constructor.call(this,A);this.addEvents({"click":true});};Roo.extend(Roo.bootstrap.Img,Roo.bootstrap.Component,{imgResponsive:true,border:'',src:'about:blank',href:false,target:false,xsUrl:'',smUrl:'',mdUrl:'',lgUrl:'',getAutoCreate:function(){if(this.src||(!this.xsUrl&&!this.smUrl&&!this.mdUrl&&!this.lgUrl)){return this.createSingleImg();
 }var A={tag:'div',cls:'roo-image-responsive-group',cn:[]};var B=this;Roo.each(['xs','sm','md','lg'],function(C){if(!B[C+'Url']){return;}var D={tag:'img',cls:(B.imgResponsive)?'img-responsive':'',html:B.html||A.html,src:B[C+'Url']};D.cls+=' roo-image-responsive-'+C;