标签: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();
标签:image 插件 for 页面 ace ckeditor adf ase keditor
原文地址:https://www.cnblogs.com/ljllove/p/9201791.html