roojs-core.js
[roojs1] / roojs-ui-debug.js
index e2bdba0..6c77291 100644 (file)
@@ -26531,7 +26531,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).hide();
+                    t.tb.hide();
                     t.footer.hide();
                 }
             });
@@ -26547,7 +26547,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();
                 }
             });