校园春色亚洲色图_亚洲视频分类_中文字幕精品一区二区精品_麻豆一区区三区四区产品精品蜜桃

主頁 > 知識庫 > FCKeditorAPI 手冊 js操作獲取等

FCKeditorAPI 手冊 js操作獲取等

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

function abc()
{
var checkContent =FCKeditorAPI.GetInstance("editor");//獲取實例
alert(checkContent.GetXHTML());//獲取當前內容
var newelement = document.createElement("a");
newelement.href="#";
newelement.innerHTML="df";
checkContent.InsertElement(newelement);//前部添加元素(無返回值)
var a=checkContent.InsertElementAndGetIt(newelement);//前部添加元素(返回元素)
checkContent.InsertHtml("")//添加html
checkContent.SetHTML("",true);//設置內容,后為bool,是否所見即所得

}
function aaa()
{
var checkContent =FCKeditorAPI.GetInstance("editor");//獲取實例
checkContent.SwitchEditMode();//轉變編輯模式
checkContent.UpdateLinkedField();//更新關聯文件
}
function FCKeditor_OnComplete( checkContent )//當加載完
{
alert( checkContent.Name ) ;
}

//設置fckeditor為只讀
function FCKeditor_OnComplete(editorInstance)
{
editorInstance.EditorDocument.body.disabled = true;
editorInstance.EditorWindow.parent.document.getElementById ('xExpanded').style.display = 'none';
editorInstance.EditorWindow.parent.document.getElementById('xCollapsed').style.display = 'none';
editorInstance.EditorWindow.blur();
}

//向編輯器插入指定代碼
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) ;
}

//使用FCKEditor時使用js在光標處添加任意字符串
function InsertHTML(e,inStr)//e:FCKEditor的ID,inStr:要插入的信息
{
var oEditor = FCKeditorAPI.GetInstance(e) ;
if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG )
{
oEditor.InsertHtml( inStr ) ;
}
else
alert("You must be on WYSIWYG mode!" ) ;
}

function ExecuteCommand( commandName,e )
{
var oEditor = FCKeditorAPI.GetInstance(e) ;
oEditor.Commands.GetCommand(commandName ).Execute() ;
}
您可能感興趣的文章:
  • JS操作Fckeditor的一些常用方法(獲取、插入等)
  • CKEditor無法驗證的解決方案(js驗證+jQuery Validate驗證)
  • javascript獲取ckeditor編輯器的值(實現代碼)
  • fckeditor常用Js,獲取fckeditor內容,統計fckeditor字數,向fckeditor寫入指定代碼
  • javascript fckeditor編輯器取值與賦值實現代碼
  • FCKEditor常用Js代碼,獲取FCK內容,統計FCK字數,向FCK寫入指定代碼
  • FCKeditor提供了一個完整的JavaScript API
  • JavaScript 使用Ckeditor+Ckfinder文件上傳案例詳解

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

巨人網絡通訊聲明:本文標題《FCKeditorAPI 手冊 js操作獲取等》,本文關鍵詞  FCKeditorAPI,手冊,操作,獲取,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《FCKeditorAPI 手冊 js操作獲取等》相關的同類信息!
  • 本頁收集關于FCKeditorAPI 手冊 js操作獲取等的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 佛学| 五寨县| 赤城县| 宿松县| 贺州市| 望谟县| 阳谷县| 广德县| 萍乡市| 上饶县| 商城县| 柳州市| 民权县| 新巴尔虎右旗| 昌邑市| 平乐县| 屏南县| 呼图壁县| 古浪县| 全州县| 朝阳区| 南康市| 崇阳县| 舟山市| 临沭县| 三河市| 东明县| 诏安县| 灌阳县| 三原县| 岳普湖县| 武乡县| 泰宁县| 太谷县| 安陆市| 临江市| 龙山县| 鄢陵县| 威宁| 甘德县| 谢通门县|