📁 File Manager Pro
Advanced File Management System
/
home
/
br4sil
/
public_html
/
maranhao
/
admin
/
vendors
/
tinymce
/
plugins
/
example
Server Path:
/home/br4sil/public_html/maranhao/admin/vendors/tinymce/plugins/example
📄 Create New File
Create File
📁 Create New Folder
Create Folder
⬆️ Upload File
Upload File
📄
plugin.min.js
Edit
Delete
Rename
✏️ Editing: plugin.min.js
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"}]})}})});
💾 Save Changes