收 藏 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样式 |