UE.getEditor('editor', {
toolbars: [[//工具条
'fullscreen', 'source', 'undo', 'redo', 'bold', 'italic',
'underline','fontborder', 'backcolor', 'fontsize', 'fontfamily',
'justifyleft', 'justifyright','justifycenter', 'justifyjustify',
'strikethrough','superscript', 'subscript', 'removeformat',
'formatmatch','autotypeset', 'blockquote', 'pasteplain', '|',
'forecolor', 'backcolor','insertorderedlist', 'insertunorderedlist',
'selectall', 'cleardoc', 'link', 'unlink','emotion', 'help'
]]
});
完整的按钮列表:
toolbars: [
[
‘anchor’, //锚点
‘undo’, //撤销
‘redo’, //重做
‘bold’, //加粗
‘indent’, //首行缩进
‘snapscreen’, //截图
‘italic’, //斜体
‘underline’, //下划线
‘strikethrough’, //删除线
‘subscript’, //下标
‘fontborder’, //字符边框
‘superscript’, //上标
‘formatmatch’, //格式刷
‘source’, //源代码
‘blockquote’, //引用
‘pasteplain’, //纯文本粘贴模式
‘selectall’, //全选
‘print’, //打印
‘preview’, //预览
‘horizontal’