PHP技术论坛

标题: kindeditor 图片上传后生成带域名绝对路径配置方法 [打印本页]

作者: admin    时间: 2016-8-8 18:02
标题: kindeditor 图片上传后生成带域名绝对路径配置方法
  1. htmlEditor = K.create(
  2. '#content',
  3. {
  4. uploadJson : '../kindeditor/jsp/upload_json.jsp',
  5. fileManagerJson : '../kindeditor/jsp/file_manager_json.jsp',
  6. height : 300,
  7. width : '90%',
  8. // fontSizeTable:['21px','20px','17px','18px','16px','14px','12px'],
  9. resizeType : 0,//1
  10. allowPreviewEmoticons : true,
  11. allowImageUpload : true,
  12. urlType:'domain'
  13. });
复制代码







欢迎光临 PHP技术论坛 (http://php.hh85.com/) Powered by Discuz! X3.2