形式如:
var oEditor = FCKeditorAPI.GetInstance('content');
var content = oEditor.GetXHTML(true);
页面不需要引入FCKeditor如何脚本.
FCKeditor实例获取XHTML
本文介绍了一种使用FCKeditorAPI实例化编辑器并从中获取XHTML内容的方法,无需引入额外脚本。
形式如:
var oEditor = FCKeditorAPI.GetInstance('content');
var content = oEditor.GetXHTML(true);
页面不需要引入FCKeditor如何脚本.

被折叠的 条评论
为什么被折叠?