Horriblesubs/fansub/js/fansub-tinymce-shortcode-bu...

1 line
706 B
JavaScript

window.fansub=window.fansub||{},jQuery(document).ready(function(t){tinymce.create("tinymce.plugins.fansub_shortcode_plugin",{init:function(o,e){o.addCommand("fansub_insert_shortcode",function(){tinyMCE.activeEditor.selection.getContent()});var n=[],c=fansub.shortcodes;t.each(c,function(t,o){n.push({text:t,value:t})}),o.addButton("fansub_shortcode",{type:"listbox",text:"Shortcodes",title:"Insert shortcode",cmd:"fansub_insert_shortcode",onselect:function(t){var o=tinyMCE.activeEditor.selection.getContent(),e=t.control.settings.value;tinyMCE.activeEditor.selection.setContent("["+e+"]"+o+"[/"+e+"]")},values:n})}}),tinymce.PluginManager.add("fansub_shortcode",tinymce.plugins.fansub_shortcode_plugin)});