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

Posted ljllove

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FCKeditor插件使用(插入大文件)相关的知识,希望对你有一定的参考价值。

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插件使用(插入大文件)的主要内容,如果未能解决你的问题,请参考以下文章

asp中如何使用fckeditor插入视频文件!

ASP.NET中使用fckeditor的插入图像等按钮不管用

Gulp concat插件错误

如何实现ckeditor文件上传

gulp常用插件之gulp-inject使用

如何在 FCKeditor 中*动态*更改图像上传路径