Roo/ContentPanel.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 26 Aug 2011 05:09:56 +0000 (13:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 26 Aug 2011 05:09:56 +0000 (13:09 +0800)
Roo/ContentPanel.js

index 42a3ba5..781e0fe 100644 (file)
@@ -74,8 +74,9 @@ Roo.ContentPanel = function(el, config, content){
     }
     
     if (this.toolbar && !this.toolbar.el && this.toolbar.xtype) {
-        this.wrapEl = this.el.wrap();    
-        this.toolbar = new Roo.Toolbar(this.el.insertSibling(false, 'before'), [] , this.toolbar);
+        this.wrapEl = this.el.wrap();
+        this.toolbar.container = this.el.insertSibling(false, 'before');
+        this.toolbar = new Roo.Toolbar(this.toolbar);
         
     }