如何用js动态修改FCKEditor的尺寸_百度知道
最佳答案: 利用Javascript取和设FCKeditor值也是非常容易的,如下: // 获取编辑器中HTML内容 function getEditorHTMLContents(EditorName) { var oEditor = FCKeditor...
[转]FCKeditor 通过JS设置值
2017年5月26日 - 本篇文章主要介绍了"[转]FCKeditor 通过JS设置值",主要涉及到[转]FCKeditor 通过JS设置值方面的内容,对于[转]FCKeditor 通过JS设置值感兴趣的同学可以...
JS获取FckEditor的值 - 大脸 - 博客园
2012年9月27日 - // 设置编辑器中内容function SetEditorContents(EditorName, ContentStr) { var...在JS里取值方法如下:var checkContent =FCKeditorAPI.GetInstance(...