web/res/js/tinymce/plugins/anchor/plugin.min.js
changeset 1012 5064d9d287a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/res/js/tinymce/plugins/anchor/plugin.min.js	Thu Nov 28 14:36:31 2013 +0100
@@ -0,0 +1,1 @@
+tinymce.PluginManager.add("anchor",function(e){function t(){var t=e.selection.getNode();e.windowManager.open({title:"Anchor",body:{type:"textbox",name:"name",size:40,label:"Name",value:t.name||t.id},onsubmit:function(t){e.execCommand("mceInsertContent",!1,e.dom.createHTML("a",{id:t.data.name}))}})}e.addButton("anchor",{icon:"anchor",tooltip:"Anchor",onclick:t,stateSelector:"a:not([href])"}),e.addMenuItem("anchor",{icon:"anchor",text:"Anchor",context:"insert",onclick:t})});
\ No newline at end of file