1、获取编辑器中HTML内容
FCKEditor的赋值和取值操作function getEditorHTMLContents(EditorName)
}

2、获取编辑器中文字内容(在博客发布时获取无html代码摘要使用)
FCKEditor的赋值和取值操作function getEditorTextContents(EditorName)
}

3、设置编辑器中内容
FCKEditor的赋值和取值操作function SetEditorContents(EditorName, ContentStr)

相关文章:

  • 2021-06-22
  • 2021-11-09
  • 2022-02-19
  • 2021-07-02
  • 2022-12-23
  • 2021-11-09
  • 2021-04-23
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2021-11-09
  • 2021-11-10
相关资源
相似解决方案