Js 之百度编辑器UEditor插件

2021-04-10 09:27

阅读:534

标签:download   col   site   rip   ebs   asc   height   tar   ueditor   

一、下载

http://ueditor.baidu.com/website/download.html#ueditor

二、效果图

技术图片

 三、示例

引入js


    UE.delEditor(‘content‘);
    UE.getEditor(‘content‘, {
        initialFrameWidth: ‘auto‘,
        initialFrameHeight: ‘100‘,
        autoHeightEnabled: false
    });

四、UEditor第二次加载总是不渲染的解决方案

UE.delEditor(‘_editor‘);
var ue = UE.getEditor(‘_editor‘);

先删除,在渲染。

Js 之百度编辑器UEditor插件

标签:download   col   site   rip   ebs   asc   height   tar   ueditor   

原文地址:https://www.cnblogs.com/yang-2018/p/12427711.html


评论


亲,登录后才可以留言!