久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      分享帝國(guó)CMS后臺(tái)fckeditor編輯器兼容IE10的方法匯總

      分享帝國(guó)CMS后臺(tái)fckeditor編輯器兼容IE10的方法匯總

      帝國(guó)CMS后臺(tái)所使用的fckeditor編輯器在IE10下會(huì)出現(xiàn)不兼容的情況,本文總結(jié)了如下幾個(gè)帝國(guó)CMS后臺(tái)fckeditor編輯器兼容IE10的方法:

      方法一、瀏覽器設(shè)置兼容模式:

      打開(kāi)IE,點(diǎn)擊“工具”菜單,選擇“兼容性視圖設(shè)置”,勾選“在兼容性視圖中顯示所有網(wǎng)站”選項(xiàng)即可。

      方法二、在使用編輯器的網(wǎng)頁(yè)頭部的:

      代碼如下:

      <meta http-equiv="Content-Type" content="text/html; charset=gbk">

      推薦學(xué)習(xí)《帝國(guó)cms教程》

      下面加

      代碼如下:

      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

      方法三、修改編輯器本身JS文件:

      修改編輯器目錄下的 /editor/js/fckeditorcode_ie.js 文件,查找

      代碼如下:

      B.open("GET",A,false);

      在后面加上:

      代碼如下:

      try{B.responseType='msxml-document';}catch(e){}

      即為如下:

      代碼如下:

      B.open("GET",A,false); try{B.responseType='msxml-document';} catch(e){} B.send(null);

      (PS:帝國(guó)CMS后臺(tái)編輯器目錄為 /e/admin/ecmseditor/infoeditor/、前臺(tái)編輯器目錄為 /e/data/ecmseditor/infoeditor/ )

      對(duì)于上述三種方法讀者可根據(jù)自己的實(shí)際情況使用。

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)