修改ueditor.config.js里面的toolbars,以下是默认的toolbars代码
toolbars:[ ['fullscreen', 'source', '|', 'undo', 'redo', '|', 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|', 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|', 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|', 'directionalityltr', 'directionalityrtl', 'indent', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|', 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|', 'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe','insertcode', 'webapp', 'pagebreak', 'template', 'background', '|', 'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage', '|', 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|', 'print', 'preview', 'searchreplace', 'help', 'drafts'] ]
下面是网上收藏的toolbars中文参考表,方便修改。
, toolbars: [[ ‘link‘, //超链接 ‘unlink‘, //取消链接 ‘|‘, ‘forecolor‘, //字体颜色 ‘backcolor‘, //背景色 ‘fontfamily‘, //字体 ‘fontsize‘, //字号 ‘|‘, ‘bold‘, //加粗 ‘italic‘, //斜体 ‘underline‘, //下划线 ‘strikethrough‘, //删除线 ‘|‘, ‘formatmatch‘, //格式刷 ‘removeformat‘, //清除格式 ‘|‘, ‘insertorderedlist‘, //有序列表 ‘insertunorderedlist‘, //无序列表 ‘|‘, ‘inserttable‘, //插入表格 ‘paragraph‘, //段落格式 ‘simpleupload‘, //单图上传 ‘imagecenter‘, //居中 ‘attachment‘, //附件 ‘|‘, ‘justifyleft‘, //居左对齐 ‘justifycenter‘, //居中对齐 ‘horizontal‘, //分隔线 ‘|‘, ‘blockquote‘, //引用 ‘insertcode‘, //代码语言 ‘|‘, ‘source‘, //源代码 ‘preview‘, //预览 ‘fullscreen‘, //全屏 ]]
不需要的工具按钮删掉就可以了
- ueditor百度编辑器取消span、b、i标签过滤方法 [2024-09-28]
- Novel开源Notion风格WYSIWYG编辑器,支持AI自动补全 [2024-09-04]
- disable-gutenberg禁用古腾堡(Gutenberg)编辑器插件 [2024-08-06]
- 网页版JSON编辑器源码 [2024-07-07]
- WordPress启用关闭经典编辑器和小工具插件 [2024-06-22]