用js调用fckeditor,在编辑时如何得到fck的内容 - 技术问答

用JS调用fck的方法:得到fck的内容用$_POST[\'FCKeditor1\']但在对文章进行编辑时怎么得到fck的内容?... 用JS调用fck的方法:得到fck的内容用$_POST[\'FCKeditor1\']但在对文章进行编辑时怎么得到fck的内容? 展开
 我来答
匿名用户
2013-05-08
展开全部
利用Javascript取和设FCKeditor值也是非常容易的,如下:// 获取编辑器中HTML内容function getEditorHTMLContents(EditorName) {? ? var oEditor = FCKeditorAPI.GetInstance(EditorName);? ? return(oEditor.GetXHTML(true));}// 获取编辑器中文字内容function getEditorTextContents(EditorName) {? ? var oEditor = FCKeditorAPI.GetInstance(EditorName);? ? return(oEditor.EditorDocument.body.innerText);}// 设置编辑器中内容function SetEditorContents(EditorName, ContentStr) {? ? var oEditor = FCKeditorAPI.GetInstance(EditorName) ;? ? oEditor.SetHTML(ContentStr) ;}你在ppc一搜就有了,上面这个
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式