All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.tinymce.plugins.example.plugin.min.js Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
tinymce.PluginManager.add("example",function(e){e.addButton("example",{text:"My button",icon:!1,onclick:function(){e.windowManager.open({title:"Example plugin",body:[{type:"textbox",name:"title",label:"Title"}],onsubmit:function(t){e.insertContent("Title: "+t.data.title)}})}}),e.addMenuItem("example",{text:"Example plugin",context:"tools",onclick:function(){e.windowManager.open({title:"TinyMCE site",url:"http://www.tinymce.com",width:800,height:600,buttons:[{text:"Close",onclick:"close"}]})}})});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy