`
hei55
  • 浏览: 767 次
  • 来自: ...
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
JS操作FCKeditor 利用Javascript取和设FCKeditor值也是非常容易的,如下: // 获取编辑器中HTML内容 function getEditorHTMLContents(EditorName) {     var oEditor = FCKeditorAPI.GetInstance(EditorName);     return(oEditor.GetXHTML(true)); } // 获取编辑器中文字 ...
Global site tag (gtag.js) - Google Analytics