长春维鸿东光电子器材有限公司
您的位置:网站首页 > 新闻中心 > 正文

织梦ckeditor编辑器经由过程修改js去除img标签内的width和

作者:大海 来源: 日期:2019-11-19 13:30:19 人气: 标签:
收 藏

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);

 ,仿站我们通常所说的仿站是利用CMS(内容管理系统)作为网站的后台,而仿制的则是目标站的静态模板。DEDECMS的标签比较简单,是PHP类网站仿站的首选。;   if (!G) {

        var H = this,dede仿站是针对目标网站进行仿制。仿站主要从页面风格和功能上进行仿制。.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样式

读完这篇文章后,您心情如何?
0
0
0
0
0
0
0
0
本文网址:
下一篇:没有资料
技术支持:FXTCopyright @ 长春维鸿东光电子器材有限公司