asp如何将新闻内容绑定在fckeditor编辑框中
asp如何将新闻内容绑定在fckeditor编辑框中
日期:2013-09-16 12:17:52 人气:2
下面是FCKeditor调用方法
var oFCKeditor = new FCKeditor('content');//传入参数为表单元素(由FCKeditor生成的input或textarea)的name
oFCKeditor.BasePath='/fckeditor/';//指定FCKeditor根路径,也就是fckeditor.js所在的路径