Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / HtmlEditor.js
index eb0fd28..1371905 100644 (file)
@@ -200,11 +200,16 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
             
         }
         
+        st +=  '<style type="text/css">' +
+            'IMG { cursor: pointer } ' +
+        '</style>';
+
+        
         return '<html><head>' + st  +
             //<style type="text/css">' +
             //'body{border:0;margin:0;padding:3px;height:98%;cursor:text;}' +
             //'</style>' +
-            ' </head><body></body></html>';
+            ' </head><body class="roo-htmleditor-body"></body></html>';
     },
 
     // private
@@ -663,11 +668,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
         this.syncValue();
     },
  
-
-
-
-
-
    
     /**
      * Inserts the passed text at the current cursor position. Note: the editor must be initialized and activated