Roo/bootstrap/layout/Manager.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 02:57:59 +0000 (10:57 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 02:57:59 +0000 (10:57 +0800)
Roo/bootstrap/layout/Manager.js

index daca038..86c8e98 100644 (file)
@@ -134,6 +134,7 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, {
     },
 
     onRegionResized : function(region, newSize){
+        Roo.log('calling onRegionResized!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')
         this.fireEvent("regionresized", region, newSize);
         this.layout();
     },