Roo/bootstrap/layout/Manager.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 05:57:30 +0000 (13:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 05:57:30 +0000 (13:57 +0800)
Roo/bootstrap/layout/Manager.js

index af2f4e5..01262cf 100644 (file)
@@ -72,6 +72,15 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, {
     updating : false,
     
     
+    onRender : function(ct, position)
+    {
+        if(!this.el){
+            this.el = Roo.get(ct);
+            this.initEvents();
+        }
+    },
+    
+    
     initEvents: function()
     {