ueditor问题解决
ueditor图片无法上传?
解决: imageUp.ashx 去掉这一行 <%@ Assembly Src="Uploader.cs" %>
参考: http://www.cnblogs.com/huhaochuang/archive/2012/12/09/2809399.html
uditor添加删除按钮
ueditor.config.js
++++++++++++++++++++++++++++++++++++++++++++
//工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的从新定义
//, toolbars: [["bold", "forecolor", "link", "emotion", "insertimage", "snapscreen", "insertvideo", "cleardoc"]]
, toolbars: [["bold", "forecolor", "link", "emotion", "insertimage", "insertvideo", "cleardoc"]]