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

 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']]
    });

 

posted @ 2022-03-03 21:33  James·wang  阅读(207)  评论(0)    收藏  举报