04 2009 档案

fck 取值问题
摘要:获取编辑器中HTML内容 function getEditorHTMLContents(EditorName) { var oEditor = FCKeditorAPI.GetInstance(EditorName); return(oEditor.GetXHTML(true)); } 获取编辑器中文字内容 function getEditorTextContents(EditorName) { ... 阅读全文
posted @ 2009-04-21 10:21 亲,注意身体 阅读(286) 评论(0) 推荐(0)