Roo/bootstrap/panel/Grid.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Jul 2017 02:19:48 +0000 (10:19 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Jul 2017 02:19:48 +0000 (10:19 +0800)
Roo/bootstrap/panel/Grid.js

index 857ee1e..c3114f2 100644 (file)
@@ -18,8 +18,8 @@ Roo.bootstrap.panel.Grid = function(config)
     this.wrapper = Roo.DomHelper.append(document.body, // wrapper for IE7 strict & safari scroll issue
         {tag: "div", cls: "x-layout-grid-wrapper x-layout-inactive-content"}, true);
 
-    
-    this.el = this.wrapper;
+    config.el = this.wrapper;
+    //this.el = this.wrapper;
     
     if(config.toolbar){
         var tool_el = this.wrapper.createChild();