UMEditor调整文本编辑器的组件位置的方法

论坛 期权论坛 脚本     
匿名技术用户   2020-12-29 06:30   273   0

貌似UMEditor是UEditor的简化版,但UEditor不支持谷歌内核!无奈选择UMEditor

可是:


这个表情模块太大了,还在那么右边,怎么调位置呢?

UEditor在官方是有说明的,UMEditor没有,不过几乎完全一样,具体如下:

找到umeditor.config.js 文件;

搜索toolbar;

原始版本:

toolbar:[
            'source | undo redo | bold italic underline strikethrough | superscript subscript | forecolor backcolor | removeformat |',
            'insertorderedlist insertunorderedlist | selectall cleardoc paragraph | fontfamily fontsize' ,
            '| justifyleft justifycenter justifyright justifyjustify |',
            'link unlink | <strong><u>emotion </u></strong>image video  | map',
            '| horizontal print preview fullscreen', 'drafts', 'formula'
        ]
第5行的第三个单词emotion,没错就是它,基本是一个单词一个图标,自己调位置吧,我的效果:

我的代码:

toolbar:[
            'source | undo redo | bold italic underline strikethrough | superscript subscript | forecolor backcolor | removeformat |',
            'insertorderedlist insertunorderedlist | selectall cleardoc <strong><u>emotion</u></strong> paragraph  | fontfamily fontsize' ,
            '| justifyleft justifycenter justifyright justifyjustify |',
            'link unlink | image video  | map',
            '| horizontal print preview fullscreen', 'drafts', 'formula'
        ]




分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:7942463
帖子:1588486
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP