Roo/bootstrap/HtmlEditor.js
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 04:09:28 +0000 (12:09 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 04:09:28 +0000 (12:09 +0800)
Roo/bootstrap/HtmlEditor.js

index 5e4e3d4..a6018c4 100644 (file)
@@ -149,6 +149,8 @@ Roo.extend(Roo.bootstrap.HtmlEditor, Roo.bootstrap.TextArea,  {
     
     tbContainer : false,
     
+    bodyCls : '',
+    
     toolbarContainer :function() {
         return this.wrap.select('.x-html-editor-tb',true).first();
     },