Roo/HtmlEditorCore.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 08:02:52 +0000 (16:02 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 08:02:52 +0000 (16:02 +0800)
Roo/HtmlEditorCore.js

index 5370235..1ac7fea 100644 (file)
@@ -1452,7 +1452,10 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
     {
         Roo.log();
         Roo.get(this.iframe.contentDocument.head).createChild({
-            
+            tag : 'link',
+            rel : 'stylesheet',
+            type : 'text/css',
+            href : stylesheet
         });
     }