标签:连接 menu textarea rip tinymce too script 识别 常用
基于table插件的增强表格插件,添加了排序功能。
tinymce.init({
plugins: ‘table advtable‘,
menubar: ‘table‘
});
锚点插件
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "anchor",
toolbar: "anchor",
menubar: "insert"
});
自动识别创建连接
tinymce.init({
selector: "textarea", // change this value according to your HTML
plugins: "autolink"
});
标签:连接 menu textarea rip tinymce too script 识别 常用
原文地址:https://www.cnblogs.com/stronger-brother/p/12074189.html