最近在用ueditor编辑器,保存一下toolbars的写法吧,编辑器有些功能不常用。
截图如下
config.js 中的toolbars:
toolbars: [[
'source','undo', 'redo', '|',
'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', '|',
'forecolor', 'selectall', 'cleardoc', '|',
'lineheight', 'indent','|',
'customstyle', 'paragraph', 'fontfamily', 'fontsize',
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
'simpleupload', 'insertimage', 'emotion', 'music', 'attachment', 'insertcode', 'pagebreak', '|',
'horizontal', '|',
'preview', 'searchreplace'
]]