Roo/bootstrap/panel/Grid.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Jul 2017 03:19:15 +0000 (11:19 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Jul 2017 03:19:15 +0000 (11:19 +0800)
Roo/bootstrap/panel/Grid.js

index cdbfb25..f668e86 100644 (file)
@@ -24,7 +24,7 @@ Roo.bootstrap.panel.Grid = function(config){
 
     
     if(config.toolbar){
-        var tool_el = this.el.createChild();    
+        var tool_el = this.wrapper.createChild();    
         this.toolbar = Roo.factory(config.toolbar);
         this.toolbar.render(tool_el);