码迷,mamicode.com
首页 > 其他好文 > 详细

百度富文本编辑器 ueditor

时间:2021-05-24 02:28:17      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:文本   ued   tor   author   ted   indent   加载   min   需要   

官网下载 uditor jsp版本插件

在html页面中引入 ueditor.config.js ueditor.all.min.js

 

展示:

<div id="editor" style="height:360px">

 

</div>

 

需要加载编辑器

var ue = UE.getEditor(‘editor‘); 在页面进来就加载

这个editor要和上面 div 的id 相同

 

取里面的值

var text = ue.getContent();

百度富文本编辑器 ueditor

标签:文本   ued   tor   author   ted   indent   加载   min   需要   

原文地址:https://www.cnblogs.com/binstudy/p/14746890.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!