Roo/form/HtmlEditor/ToolbarStandard.js
authorAlan Knowles <alan@roojs.com>
Tue, 29 Apr 2014 11:26:15 +0000 (19:26 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 29 Apr 2014 11:26:15 +0000 (19:26 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 94ce9ca..3c3559e 100644 (file)
@@ -139,6 +139,9 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
     init : function(editor)
     {
         this.editor = editor;
+        this.editorcore = editor.editorcore ? editor.editorcore : editor;
+        var editorcore = this.editorcore;
+        
         
         
         var fid = editor.frameId;