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