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"]]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2023-03-23
  • 2021-09-29
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-12-02
  • 2021-12-27
  • 2021-04-09
  • 2022-12-23
相关资源
相似解决方案