国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 織夢DEDE > 正文

織夢ckeditor編輯器通過修改js去除img標簽內的width和height樣式

2024-07-12 09:02:29
字體:
來源:轉載
供稿:網友

1. 找到文件/include/ckeditor/plugins/image/dialogs/image.js

2. 使用工具美化js代碼

3. 搜索 setStyle('width', CKEDITOR.tools.cssLength

找到下面設置width的代碼并注釋掉

if (C == d) {

    if (F) D.setStyle('width', CKEDITOR.tools.cssLength(F));

    else D.removeStyle('width');

    !E && D.removeAttribute('width');

} else if (C == f) {

    var G = F.match(h);

    if (!G) {

        var H = this.getDialog().originalElement;

        if (H.getCustomData('isReady') == 'true') D.setStyle('width', H.$.width + 'px');

    } else D.setStyle('width', CKEDITOR.tools.cssLength(F));

} else if (C == g) {

    D.removeAttribute('width');

    D.removeStyle('width');

}

 

4. 搜索 setStyle('height', CKEDITOR.tools.cssLength

找到下面設置height的代碼并注釋掉

if (C == d) {

    if (F) D.setStyle('height', CKEDITOR.tools.cssLength(F));

    else D.removeStyle('height');

    !E && D.removeAttribute('height');

} else if (C == f) {

    var G = F.match(h);

    if (!G) {

        var H = this.getDialog().originalElement;

        if (H.getCustomData('isReady') == 'true') D.setStyle('height', H.$.height + 'px');

    } else D.setStyle('height', CKEDITOR.tools.cssLength(F));

} else if (C == g) {

    D.removeAttribute('height');

    D.removeStyle('height');

}

這樣即可去除織夢自帶編輯器ckeditor上傳圖片自動生成的style樣式


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 额敏县| 德钦县| 洪洞县| 德安县| 兴文县| 青岛市| 钦州市| 宕昌县| 观塘区| 清徐县| 观塘区| 瑞安市| 图们市| 四子王旗| 公主岭市| 阿合奇县| 郓城县| 两当县| 南召县| 二手房| 建昌县| 苍溪县| 佛学| 鄂托克旗| 吴桥县| 嘉兴市| 绥宁县| 洱源县| 谷城县| 台东县| 阆中市| 泰来县| 合川市| 泰州市| 长寿区| 彝良县| 曲松县| 平罗县| 津市市| 抚松县| 内丘县|