roojs-core.js
[roojs1] / roojs-debug.js
index 444ee20..5109287 100644 (file)
@@ -42961,7 +42961,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();
                 }
             });
@@ -42977,7 +42977,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();
                 }
             });