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

index 5434f9e..857ee1e 100644 (file)
 
 
 
-Roo.bootstrap.panel.Grid = function(config){
+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;
+    
     if(config.toolbar){
         var tool_el = this.wrapper.createChild();    
         this.toolbar = Roo.factory(config.toolbar);