


Summary of methods for sharing the Empire CMS backend fckeditor editor to be compatible with IE10
The fckeditor editor used by the Imperial CMS background will be incompatible with IE10. This article summarizes the following methods for the Imperial CMS background fckeditor editor to be compatible with IE10:
Method 1. Set the compatibility mode of the browser:
Open IE, click the "Tools" menu, select "Compatibility View Settings", and check the "Show all websites in Compatibility View" option. Can.
Method 2. In the header of the webpage using the editor:
The code is as follows:
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
Recommended to study "Empire cms tutorial"
Add
below and the code is as follows:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Method 3. Modify the JS file of the editor itself:
Modify /editor/js/fckeditorcode_ie in the editor directory .js file, look for
, the code is as follows:
B.open("GET",A,false);
, add after it:
, the code is as follows:
try{B.responseType='msxml-document';}catch(e){}
is As follows:
The code is as follows:
B.open("GET",A,false); try{B.responseType='msxml-document';} catch(e){} B.send(null);
(PS: The Empire CMS backend editor directory is /e/admin/ecmseditor/infoeditor/, and the frontend editor directory is /e/data/ecmseditor/ infoeditor/ )
Readers can use the above three methods according to their actual situation.
The above is the detailed content of Summary of methods for sharing the Empire CMS backend fckeditor editor to be compatible with IE10. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version
Chinese version, very easy to use

Notepad++7.3.1
Easy-to-use and free code editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.
