fckeditor的使用

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

 

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

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

你可能感兴趣的:(fckeditor)