码迷,mamicode.com
首页 > 其他好文 > 详细

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

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

标签:image   插件   for   页面   ace   ckeditor   adf   ase   keditor   

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插件使用(插入大文件)

标签:image   插件   for   页面   ace   ckeditor   adf   ase   keditor   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!