Skip to content

基于EasyUI的百度U Editor富文本编辑器插件

Notifications You must be signed in to change notification settings

javalover520/easyui-ueditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

easyui-ueditor

基于EasyUI的百度U Editor富文本编辑器插件。

在基于Easyui的项目开发中遇到了富文本编辑器的兼容问题,之前一直使用 夏悸 贡献的kindeditor的easyui插件,但是遇到了在IE6/7/8下焦点问题的Bug,后来选择了百度的U Editor,但是网上未搜索到相关插件,所以自己动手写了一个;可以让Ueditor像easyUI自身的插件一样使用。
例如:<div class="easyui-ueditor" data-options="width:600,height:400"/>
取值方法:<button onclick="javascript:alert($('.easyui-ueditor').ueditor('getValue'));">获得内容</button>
<button onclick="javascript:($('.easyui-ueditor').ueditor('setValue','你好'));">设置内容</button>
目前只实现了我用到的几个方法以及设置,架子已经弄好,配置相可以完全使用UEditor的配置项,方法调用还需要网友自己完善。

为达到无缝集成,做了如下改进:

1.增加和Form组件的集成,可以自动与form的加载和提交数据挂钩; 2.增加和easyui-validatebox的集成,并能与Form的validate方法挂钩;

About

基于EasyUI的百度U Editor富文本编辑器插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%