hero

UEditorPlus 使用文档

基于 UEditor 二次开发的富文本编辑器

开始 →

升级版

UEditor无缝替换,使用更加方便

全新UI界面

更加美观,更加简洁

更多功能

提供更多功能配置支持

License Apache2.0 GitHub last release GitHub last commit

快速配置,极速使用

<script id="editor" type="text/plain" style="height:300px;"></script>
<script type="text/javascript" src="/path/to/UEditorPlus/ueditor.config.js"></script>
<script type="text/javascript" src="/path/to/UEditorPlus/ueditor.all.js"></script>
<script>
    var ue = UE.getEditor('editor', {
        // ... 更多配置
    });
</script>
1
2
3
4
5
6
7
8

界面预览