javascript获取fckeditor里的html代码
javascript获取fckeditor里的html代码
var oEditor = FCKeditorAPI.GetInstance("overviewDetail"); //参数为textarea的name属性
var detail = oEditor.GetXHTML(true);
javascript获取fckeditor里的html代码
var oEditor = FCKeditorAPI.GetInstance("overviewDetail"); //参数为textarea的name属性
var detail = oEditor.GetXHTML(true);