1.官网地址:http://ueditor.baidu.com/website/index.html
2.定制化工具栏:(1)修改ueditor.config.js的toolsbar(2)在创建编辑器的时候构建toolsbar(官网有介绍)
3.自定义表情:
(1)http://ueditor.baidu.com/website/download.html下载百度表情包(网页最下面)
(2)按照表情包文件里面的说明处理:将下载下来的images目录下的所有表情文件夹复制到dialogs/emotion/images/文件夹下面;修改ueditor.config.js文件,去掉 emotionLocalization项的注释,值改为true。
(3)可以修改dialogs/emotion里面的代码和图片,插入自己的图片
4.本地化列表:http://1017401036.iteye.com/blog/2302972
5.http://www.cnblogs.com/lsr111/p/4548088.html