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

index fcf9938..410eb49 100644 (file)
@@ -438,6 +438,9 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
         //editor.on('editmodechange', this.updateToolbar, this);
     },
     
+    relayBtnCmd : function(btn) {
+        this.editorcore.relayCmd(btn.cmd);
+    }
     
     
     /**