用js调用fckeditor,在编辑时如何得到fck的内容 - 技术问答
用js调用fckeditor,在编辑时如何得到fck的内容 - 技术问答
日期:2019-01-06 05:26:31 人气:2
利用Javascript取和设FCKeditor值也是非常容易的,如下://
获取编辑器中HTML内容function
getEditorHTMLContents(EditorName)
{?
?
var
oEditor
=
FCKeditorAPI.GetInstance(EditorName);?
?
return(oEditor.GetXHTML(true));}//
获取编辑器中文字内容function
getEditorTextConten