TinyMCE plugin in umbraco
问题 I'm trying to add a custom button for umbraco richtext datatype, so i made a simple plugin for TinyMCE... But i cant seem to get it working, it shows up in the datatype, but not when i open the editor for some page... //File: umbraco_client/tinymce3/plugins/addarrowheader/editor_plugin_src.js //Same content in editor_plugin.js (just minified) (function () { tinymce.create('tinymce.plugins.mceAddArrowHeader', { init: function (ed, url) { ed.addCommand('addHeader', function () { alert('hello!')