Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 04:30:15 +0000 (12:30 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 04:30:15 +0000 (12:30 +0800)
Roo/form/HtmlEditor.js

index 344c6b6..b96fef3 100644 (file)
@@ -336,7 +336,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             
             Roo.each(this.toolbars, function(t){
                 if(t instanceof Roo.form.HtmlEditor.ToolbarContext){
-                    t.tb.el.setVisibilityMode(Roo.Element.DISPLAY).show();
+                    t.tb.show();
                     t.footer.show();
                 }
             });