summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/searchreplace/editor_plugin.js
diff options
context:
space:
mode:
authortill <till@php.net>2011-11-02 15:09:23 +0000
committertill <till@php.net>2011-11-02 15:09:23 +0000
commitfda58b12a84015a0239bc12abae2e65fdda4391f (patch)
treeae2d34d082dc00b8a279e8707f3b44a575bb97e0 /program/js/tiny_mce/plugins/searchreplace/editor_plugin.js
parent3ac5cdb4acc4b82c0b306df4e64081a7f7e4213d (diff)
remove 3.4.2
Diffstat (limited to 'program/js/tiny_mce/plugins/searchreplace/editor_plugin.js')
-rw-r--r--program/js/tiny_mce/plugins/searchreplace/editor_plugin.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/searchreplace/editor_plugin.js b/program/js/tiny_mce/plugins/searchreplace/editor_plugin.js
deleted file mode 100644
index 165bc12df..000000000
--- a/program/js/tiny_mce/plugins/searchreplace/editor_plugin.js
+++ /dev/null
@@ -1 +0,0 @@
-(function(){tinymce.create("tinymce.plugins.SearchReplacePlugin",{init:function(a,c){function b(d){window.focus();a.windowManager.open({file:c+"/searchreplace.htm",width:420+parseInt(a.getLang("searchreplace.delta_width",0)),height:170+parseInt(a.getLang("searchreplace.delta_height",0)),inline:1,auto_focus:0},{mode:d,search_string:a.selection.getContent({format:"text"}),plugin_url:c})}a.addCommand("mceSearch",function(){b("search")});a.addCommand("mceReplace",function(){b("replace")});a.addButton("search",{title:"searchreplace.search_desc",cmd:"mceSearch"});a.addButton("replace",{title:"searchreplace.replace_desc",cmd:"mceReplace"});a.addShortcut("ctrl+f","searchreplace.search_desc","mceSearch")},getInfo:function(){return{longname:"Search/Replace",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/searchreplace",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("searchreplace",tinymce.plugins.SearchReplacePlugin)})(); \ No newline at end of file