首页 > 其他 > 详细

FCKeditor插件使用(插入大文件)

时间:2018-06-20 00:26:06      阅读:265      评论:0      收藏:0      [点我收藏+]

1.设置页面  

<div>
  <textarea name="itemDesc" id="itemDesc" ></textarea>

</div>

2.引用FCKeditor的js 文件

  value=‘/plugins/fckeditor/fckeditor.js‘/> 

3.编写jQuery

  var fck = new FCKeditor("itemDesc");
  fck.BasePath = path+"/ecps/console/res/plugins/fckeditor/";
  fck.Config["ImageUploadURL"] = path+"/upload/uploadForFck.do";
  fck.Height = 400;
  fck.ReplaceTextarea();

 

FCKeditor插件使用(插入大文件)

原文:https://www.cnblogs.com/ljllove/p/9201791.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!