zl程序教程

您现在的位置是:首页 >  其它

当前栏目

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

自定义 按钮 常规 工具栏 ueditor
2023-09-11 14:19:20 时间
 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']]
    });