Roo/HtmlEditorCore.js
[roojs1] / Roo / HtmlEditorCore.js
index bfdc484..a9c68c3 100644 (file)
@@ -170,6 +170,11 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             'IMG { cursor: pointer } ' +
         '</style>';
 
+        var cls = 'roo-htmleditor-body';
+        
+        if(this.bodyCls.length){
+            cls += ' ' + this.bodyCls;
+        }
         
         return '<html><head>' + st  +
             //<style type="text/css">' +