Sha256: ddcd0209a5958bb5b79c4effc3d09f4d5f9e4a79d3aa60c3d9ca01d4b011c6a7
Contents?: true
Size: 659 Bytes
Versions: 39
Compression:
Stored size: 659 Bytes
Contents
tinymce.PluginManager.add("example",function(a,b){a.addButton("example",{text:"My button",icon:!1,onclick:function(){a.windowManager.open({title:"Example plugin",body:[{type:"textbox",name:"title",label:"Title"}],onsubmit:function(b){a.insertContent("Title: "+b.data.title)}})}}),a.addMenuItem("example",{text:"Example plugin",context:"tools",onclick:function(){a.windowManager.open({title:"TinyMCE site",url:b+"/dialog.html",width:600,height:400,buttons:[{text:"Insert",onclick:function(){var b=a.windowManager.getWindows()[0];a.insertContent(b.getContentWindow().document.getElementById("content").value),b.close()}},{text:"Close",onclick:"close"}]})}})});
Version data entries
39 entries across 39 versions & 1 rubygems