fckeditor编辑器之js客户端获取和设置 fckeditor 属性的方法
摘要:利用Javascript取和设FCKeditor值也是非常容易的,如下: // 获取编辑器中HTML内容 function getEditorHTMLContents(EditorName) { var oEditor = FCKeditorAPI.GetInstance(EditorName); return(oEditor.GetXHTML(true)); } // 获取编辑器中文字内容 ...
阅读全文
posted @ 2010-02-26 14:06