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

Roo/HtmlEditorCore.js
Roo/form/HtmlEditor.js

index f91060e..d88efeb 100644 (file)
@@ -1446,6 +1446,11 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             this.cblack.push(tag);
             
         }, this);
+    },
+    
+    setStylesheets : function(stylesheet)
+    {
+        Roo.log(this);
     }
     
     // hide stuff that is not compatible
index 4dfab18..4c88371 100644 (file)
@@ -564,7 +564,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
     
     setStylesheets : function(stylesheet)
     {
-        this.editorcore.setStylesheets(stylesheet)
+        this.editorcore.setStylesheets(stylesheet);
     }