当前位置: 代码迷 >> Web前端 >> fckeditor的施用
  详细解决方案

fckeditor的施用

热度:69   发布时间:2012-09-10 22:20:13.0
fckeditor的使用

var content = FCKeditorAPI.GetInstance("content");?? //获取fck编辑器的对象
content.EditorDocument.body.innerHTML=""; //清空FCK

?

ajax提交时,如果后台获取不了编辑器的数据,别忘了加上:

FCKeditorAPI.GetInstance("content").UpdateLinkedField();

  相关解决方案