✏️ 正在编辑: plugin.min.js
路径:
/home/bpioifn/www/pigmentse/js/tiny_mce/plugins/appagebuilder/plugin.min.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/* * @Website: apollotheme.com - prestashop template provider * @author Apollotheme <apollotheme@gmail.com> * @copyright 2007-2018 Apollotheme * @description: */ tinymce.PluginManager.add("appagebuilder", function(t, url) { t.addButton("appagebuilder", { // text: "My button", icon: "appagebuilder", tooltip: "Ap Shortcode", onclick: function() { t.windowManager.open({ title: "Ap Shortcode: Select a shortcode to embed it to the content", // body: [{ // type: "textbox", // name: "title", // label: "Title", // }], url : appagebuilder_listshortcode_url, inline : 1, width : 900, height : 450 // onsubmit: function(e) { // t.insertContent("Title: " + e.data.title) // } }) } }) // t.addMenuItem("appagebuilder", { // text: "Example plugin", // context: "tools", // onclick: function() { // t.windowManager.open({ // title: "TinyMCE site", // url: "http://www.tinymce.com", // width: 800, // height: 600, // buttons: [{ // text: "Close", // onclick: "close" // }] // }) // } // }) });
💾 保存文件
← 返回文件管理器