Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 07:58:00 +0000 (15:58 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 07:58:00 +0000 (15:58 +0800)
Roo/form/HtmlEditor.js

index b6e61bf..4dfab18 100644 (file)
@@ -560,6 +560,11 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
     pushValue : function()
     {
         this.editorcore.pushValue();
+    },
+    
+    setStylesheets : function(stylesheet)
+    {
+        this.editorcore.setStylesheets(stylesheet)
     }