Roo/ContentPanel.js
authorAlan Knowles <alan@roojs.com>
Mon, 6 Aug 2012 05:30:45 +0000 (13:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 6 Aug 2012 05:30:45 +0000 (13:30 +0800)
Roo/ContentPanel.js

index 9f0146f..c899e1b 100644 (file)
@@ -81,7 +81,7 @@ Roo.ContentPanel = function(el, config, content){
     
     // xtype created footer. - not sure if will work as we normally have to render first..
     if (this.footer && !this.footer.el && this.footer.xtype) {
-        this.toolbar.container = this.el.insertSibling(false, 'after');
+        this.footer.container = this.el.insertSibling(false, 'after');
          
         this.footer = Roo.factory(this.footer, Roo);