0
点赞
收藏
分享

微信扫一扫

UEditor自定义工具栏-常规按钮

程序员漫画编程 2022-03-30 阅读 82


var ue = UE.getEditor('editor', {
toolbars: [['fullscreen', 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
'rowspacingtop', 'rowspacingbottom', 'lineheight', '|', 'directionalityltr', 'directionalityrtl', 'indent', '|',
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter',
'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|','print', 'preview', 'searchreplace']]
});




学习交流群:364976091


举报

相关推荐

0 条评论