Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 18 Apr 2012 07:51:36 +0000 (15:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 18 Apr 2012 07:51:36 +0000 (15:51 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index 5fb0b7e..d0be314 100644 (file)
@@ -256,6 +256,9 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         this.tb.el.show();
         this.buildFooter();
         this.footer.show();
+        editor.on('hide', function( ) { this.footer.hide() }, this);
+        editor.on('show', function( ) { this.footer.show() }, this);
+        
          
         this.rendered = true;