/plugin/ckgdoku/ckeditor/plugins/image/dialogs/ |
D | image.js | 1 …removeStyle("display");C.setCustomData("isReady","false");var B=CKEDITOR.document.getById(s);if(B)…
|
D | image.js.unc | 542 dialog.preview.removeStyle( 'display' ); 667 element.removeStyle( 'width' ); 680 element.removeStyle( 'width' ); 707 element.removeStyle( 'height' ); 720 element.removeStyle( 'height' ); 831 element.removeStyle( 'border' ); 837 element.removeStyle( 'border-width' ); 838 element.removeStyle( 'border-style' ); 839 element.removeStyle( 'border-color' ); 882 element.removeStyle( 'margin-left' ); [all …]
|
/plugin/ckgedit/ckeditor/plugins/image/dialogs/ |
D | image.js | 1 …removeStyle("display");C.setCustomData("isReady","false");var B=CKEDITOR.document.getById(s);if(B)…
|
D | image.js.unc | 543 dialog.preview.removeStyle( 'display' ); 668 element.removeStyle( 'width' ); 681 element.removeStyle( 'width' ); 708 element.removeStyle( 'height' ); 721 element.removeStyle( 'height' ); 832 element.removeStyle( 'border' ); 838 element.removeStyle( 'border-width' ); 839 element.removeStyle( 'border-style' ); 840 element.removeStyle( 'border-color' ); 883 element.removeStyle( 'margin-left' ); [all …]
|
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
D | tableCell.js.unc | 72 element.removeStyle( 'width' ); 130 selectedCell.removeStyle( 'text-align' ); 222 selectedCell.removeStyle( 'background-color' ); 270 selectedCell.removeStyle( 'border-color' );
|
D | tableCell.js | 1 …removeStyle("width")}l.removeAttribute("width")},"default":""},{type:"select",id:"widthType",hidde…
|
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/ |
D | liststyle.js | 6 …:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-typ… 9 b):a.removeStyle("list-style-type")}}]}]}],onShow:function(){var a=this.getParentEditor();(a=d(a,"o…
|
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/ |
D | liststyle.js | 6 …:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-typ… 9 …:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-typ…
|
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/ |
D | colordialog.js | 5 CKEDITOR.dialog.add("colordialog",function(x){function m(){h.getById(n).removeStyle("background-col… 7 ….setStyle("background-color",a),h.getById(u).setHtml(a)):(h.getById(t).removeStyle("background-col…
|
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/ |
D | colordialog.js | 5 CKEDITOR.dialog.add("colordialog",function(x){function m(){e.getById(n).removeStyle("background-col… 7 ….setStyle("background-color",a),e.getById(u).setHtml(a)):(e.getById(t).removeStyle("background-col…
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
D | plugin.js | 1 …="right"){f.on("exec",function(g){var h=a(d),i;if(h){i=b(h);if(i==e){h.removeStyle("float");if(e==…
|
D | plugin.js.unc | 75 img.removeStyle( 'float' );
|
/plugin/ckgedit/ckeditor/plugins/image/ |
D | plugin.js | 1 …="right"){f.on("exec",function(g){var h=a(d),i;if(h){i=b(h);if(i==e){h.removeStyle("float");if(e==…
|
D | plugin.js.unc | 75 img.removeStyle( 'float' );
|
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/ |
D | wsc.js | 27 "BlockFinishChecking").getElement();b.removeStyle("display");b.removeStyle("position");b.removeStyl… 34 …_.currentTabId,"bottomGroup").getElement();b.removeStyle("display");b.removeStyle("position");b.re… 35 …te",left:"-9999px"});setTimeout(function(){b.removeStyle("display");b.removeStyle("position");b.re… 36 …te",left:"-9999px"});setTimeout(function(){b.removeStyle("display");b.removeStyle("position");b.re…
|
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/ |
D | wsc.js | 27 "BlockFinishChecking").getElement();b.removeStyle("display");b.removeStyle("position");b.removeStyl… 35 …_.currentTabId,"bottomGroup").getElement();b.removeStyle("display");b.removeStyle("position");b.re… 36 …te",left:"-9999px"});setTimeout(function(){b.removeStyle("display");b.removeStyle("position");b.re… 37 …te",left:"-9999px"});setTimeout(function(){b.removeStyle("display");b.removeStyle("position");b.re…
|
/plugin/ckgedit/ckeditor/plugins/table/dialogs/ |
D | table.js | 1 …ht?x.setStyle("height",y.txtHeight):x.removeStyle("height");y.txtWidth?x.setStyle("width",y.txtWid…
|
D | table.js.unc | 200 info.txtHeight ? table.setStyle( 'height', info.txtHeight ) : table.removeStyle( 'height' ); 201 info.txtWidth ? table.setStyle( 'width', info.txtWidth ) : table.removeStyle( 'width' );
|
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/ |
D | table.js | 1 …ht?x.setStyle("height",y.txtHeight):x.removeStyle("height");y.txtWidth?x.setStyle("width",y.txtWid…
|
D | table.js.unc | 200 info.txtHeight ? table.setStyle( 'height', info.txtHeight ) : table.removeStyle( 'height' ); 201 info.txtWidth ? table.setStyle( 'width', info.txtWidth ) : table.removeStyle( 'width' );
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
D | tableCell.js | 1 …n){m.setStyle("text-align",n);m.setAttribute("class",n+"align")}else{m.removeStyle("text-align");m…
|
D | tableCell.js.unc | 113 selectedCell.removeStyle( 'text-align' );
|
/plugin/ckgedit/ckeditor/ |
D | ckeditor.js | 120 …||this.getAttributes(),a)a.hasOwnProperty(b)&&this.removeAttribute(b)},removeStyle:function(a){var… 121 …join("-"));else b.push([a,c[d]].join("-"));for(a=0;a<b.length;a++)this.removeStyle(b[a])}},setStyl… 197 …b=a.startNode;a=a.endNode;var c;b.setText("");b.removeStyle("display");a?(a.setText(""),a.remove… 259 …,b){(b?p:q).push(a);0>=--h&&(g&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),e(b))… 487 …1:E[R]=1)}w=w.getParent()}for(U in D)m.removeAttribute(U);for(R in u)m.removeStyle(R);x&&!m.hasAtt… 492 a.removeStyle(e)}}function h(a){var b=a.createBookmark(!0),c=a.createIterator();c.enforceRealBlocks… 497 …nition.fullMatch&&a.getStyle(h)!=r(h,c[h],!0)||(f=f||!!a.getStyle(h),a.removeStyle(h));u(a,e,E[a.g… 513 …STATE_OFF?a.applyStyle(this.style):this.state==CKEDITOR.TRISTATE_ON&&a.removeStyle(this.style)};CK… 514 …s,k)}}));b.push({style:a,fn:d})},applyStyle:function(a){a.apply(this)},removeStyle:function(a){a.r… method 656 …removeStyle("direction");a.removeAttribute("dir");return}b="useComputedState"in d.config?d.config.… [all …]
|
D | ckeditor.js.unc | 2676 removeStyle: function(a) { 2688 for (a = 0; a < b.length; a++) this.removeStyle(b[a]) 4092 b.removeStyle("display"); 4093 …a ? (a.setText(""), a.removeStyle("display"), c = [b.getClientRect(), a.getClientRect()], a.remov… 5452 … 0 >= --g && (h && CKEDITOR.document.getDocumentElement().removeStyle("cursor"), e(b)) 9731 for (R in y) l.removeStyle(R); 9813 a.removeStyle(e) 9923 …ition.fullMatch && a.getStyle(h) != t(h, c[h], !0) || (f = f || !!a.getStyle(h), a.removeStyle(h)); 10269 …TE_OFF ? a.applyStyle(this.style) : this.state == CKEDITOR.TRISTATE_ON && a.removeStyle(this.style) 10295 removeStyle: function(a) { [all …]
|
/plugin/ckgdoku/ckeditor/ |
D | ckeditor.js | 106 a)a.hasOwnProperty(b)&&this.removeAttribute(b)},removeStyle:function(a){var b=this.$.style;if(b.rem… 107 for(a=0;a<b.length;a++)this.removeStyle(b[a])}},setStyle:function(a,b){this.$.style[CKEDITOR.tools.… 234 …,b){(b?h:m).push(a);0>=--d&&(l&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),g(b))… 447 …D[E]=1)}z=z.getParent()}for(ea in y)k.removeAttribute(ea);for(E in B)k.removeStyle(E);t&&!k.hasAtt… 452 a.removeStyle(e)}}function d(a){var b=a.createBookmark(!0),c=a.createIterator();c.enforceRealBlocks… 457 …nition.fullMatch&&a.getStyle(h)!=z(h,c[h],!0)||(g=g||!!a.getStyle(h),a.removeStyle(h));q(a,e,D[a.g… 473 this.state==CKEDITOR.TRISTATE_ON&&a.removeStyle(this.style)},CKEDITOR.stylesSet=new CKEDITOR.resour… 474 …s,k)}}));b.push({style:a,fn:f})},applyStyle:function(a){a.apply(this)},removeStyle:function(a){a.r… method 607 …removeStyle("direction");a.removeAttribute("dir");return}d="useComputedState"in c.config?c.config.… 717 …setStyles({top:u+"px",left:0,display:""});n.setOpacity(0);n.getFirst().removeStyle("width");this._… [all …]
|