婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > fckeditor常用Js,獲取fckeditor內容,統計fckeditor字數,向fckeditor寫入指定代碼

fckeditor常用Js,獲取fckeditor內容,統計fckeditor字數,向fckeditor寫入指定代碼

熱門標簽:長春銷售外呼系統業務 興化400電話辦理多少錢 四平電話機器人哪家好 靈聲智能電話機器人招聘 株洲外呼營銷系統有哪些 長春防封卡電銷卡套餐 天津電銷卡外呼系統線路 企業電話機器人辦理 智能電銷機器人真的好嗎
content相當于你例子中的FCKeditor1。
復制代碼 代碼如下:

//獲取格式化的編輯器內容
function getEditorContents(){
var oEditor = FCKeditorAPI.GetInstance(“content”);
alert(oEditor.GetXHTML(true));
}
//向編輯器插入指定代碼
function insertHTMLToEditor(codeStr){
var oEditor = FCKeditorAPI.GetInstance(“content”);
if (oEditor.EditMode==FCK_EDITMODE_WYSIWYG){
oEditor.InsertHtml(codeStr);
}else{
return false;
}
}
//統計編輯器中內容的字數
function getLength(){
var oEditor = FCKeditorAPI.GetInstance(“content”);
var oDOM = oEditor.EditorDocument;
var iLength ;
if(document.all){
iLength = oDOM.body.innerText.length;
}else{
var r = oDOM.createRange();
r.selectNodeContents(oDOM.body);
iLength = r.toString().length;
}
alert(iLength);
}
//執行指定動作
function ExecuteCommand(commandName){
var oEditor = FCKeditorAPI.GetInstance(“content”) ;
oEditor.Commands.GetCommand(commandName).Execute() ;
}
//設置編輯器中內容
function SetContents(codeStr){
var oEditor = FCKeditorAPI.GetInstance(“content”) ;
oEditor.SetHTML(codeStr) ;
}
您可能感興趣的文章:
  • JS操作Fckeditor的一些常用方法(獲取、插入等)
  • CKEditor無法驗證的解決方案(js驗證+jQuery Validate驗證)
  • javascript獲取ckeditor編輯器的值(實現代碼)
  • FCKeditorAPI 手冊 js操作獲取等
  • javascript fckeditor編輯器取值與賦值實現代碼
  • FCKEditor常用Js代碼,獲取FCK內容,統計FCK字數,向FCK寫入指定代碼
  • FCKeditor提供了一個完整的JavaScript API
  • JavaScript 使用Ckeditor+Ckfinder文件上傳案例詳解

標簽:石嘴山 黑龍江 新疆 巴彥淖爾 漯河 運城 青海 貴港

巨人網絡通訊聲明:本文標題《fckeditor常用Js,獲取fckeditor內容,統計fckeditor字數,向fckeditor寫入指定代碼》,本文關鍵詞  fckeditor,常用,獲取,內容,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《fckeditor常用Js,獲取fckeditor內容,統計fckeditor字數,向fckeditor寫入指定代碼》相關的同類信息!
  • 本頁收集關于fckeditor常用Js,獲取fckeditor內容,統計fckeditor字數,向fckeditor寫入指定代碼的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 富锦市| 年辖:市辖区| 治多县| 大埔县| 准格尔旗| 孟村| 澜沧| 德安县| 大庆市| 朝阳县| 吉木乃县| 康保县| 斗六市| 安徽省| 和田市| 商都县| 萝北县| 隆子县| 昂仁县| 正定县| 郯城县| 乌兰县| 香河县| 临城县| 汉川市| 石狮市| 乳山市| 曲沃县| 开远市| 宁国市| 柳林县| 长沙县| 昭苏县| 丹东市| 织金县| 赣州市| 吉林市| 阿城市| 修水县| 中山市| 镇宁|