FCKeidtor 清除编辑器内容的代码
网络编程
复制代码 代码如下:
var editor = FCKeditorAPI.GetInstance("content");
editor.EditorDocument.body.innerHTML="";
标签:代码,innerHTML,body,EditorDocument,content