主頁 > 知識(shí)庫 > javascript fckeditor編輯器取值與賦值實(shí)現(xiàn)代碼

javascript fckeditor編輯器取值與賦值實(shí)現(xiàn)代碼

熱門標(biāo)簽:興化400電話辦理多少錢 靈聲智能電話機(jī)器人招聘 四平電話機(jī)器人哪家好 株洲外呼營銷系統(tǒng)有哪些 企業(yè)電話機(jī)器人辦理 智能電銷機(jī)器人真的好嗎 長春防封卡電銷卡套餐 長春銷售外呼系統(tǒng)業(yè)務(wù) 天津電銷卡外呼系統(tǒng)線路
獲取編輯器中HTML內(nèi)容
復(fù)制代碼 代碼如下:

function getEditorHTMLContents(EditorName)
{
var oEditor = FCKeditorAPI.GetInstance(EditorName);
return(oEditor.GetXHTML(true));
}

獲取編輯器中文字內(nèi)容
復(fù)制代碼 代碼如下:

function getEditorTextContents(EditorName)
{
var oEditor = FCKeditorAPI.GetInstance(EditorName);
return(oEditor.EditorDocument.body.innerText);
}

設(shè)置編輯器中內(nèi)容
復(fù)制代碼 代碼如下:

function SetEditorContents(EditorName, ContentStr)
{
var oEditor = FCKeditorAPI.GetInstance(EditorName) ;
oEditor.SetHTML(ContentStr) ;
}

FCKeditor 插件開發(fā)
您可能感興趣的文章:
  • JS操作Fckeditor的一些常用方法(獲取、插入等)
  • CKEditor無法驗(yàn)證的解決方案(js驗(yàn)證+jQuery Validate驗(yàn)證)
  • javascript獲取ckeditor編輯器的值(實(shí)現(xiàn)代碼)
  • FCKeditorAPI 手冊 js操作獲取等
  • fckeditor常用Js,獲取fckeditor內(nèi)容,統(tǒng)計(jì)fckeditor字?jǐn)?shù),向fckeditor寫入指定代碼
  • FCKEditor常用Js代碼,獲取FCK內(nèi)容,統(tǒng)計(jì)FCK字?jǐn)?shù),向FCK寫入指定代碼
  • FCKeditor提供了一個(gè)完整的JavaScript API
  • JavaScript 使用Ckeditor+Ckfinder文件上傳案例詳解

標(biāo)簽:石嘴山 黑龍江 漯河 青海 巴彥淖爾 運(yùn)城 新疆 貴港

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《javascript fckeditor編輯器取值與賦值實(shí)現(xiàn)代碼》,本文關(guān)鍵詞  javascript,fckeditor,編輯器,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《javascript fckeditor編輯器取值與賦值實(shí)現(xiàn)代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于javascript fckeditor編輯器取值與賦值實(shí)現(xiàn)代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章