Searched refs:removeStyle (Results 1 – 8 of 8) sorted by relevance
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/ |
H A D | image.js | 19 …ength){var a=this.getDialog(),c=a.originalElement;a.preview&&a.preview.removeStyle("display");c.se… 23 …removeStyle("width"),b.removeAttribute("width")):4==a?c.match(l)?b.setStyle("width",CKEDITOR.tools… 24 …img{width,height}")?b.setStyle("height",CKEDITOR.tools.cssLength(c)):b.removeStyle("height"),b.rem… 25 …tStyle("height",c.$.height+"px")):8==a&&(b.removeAttribute("height"),b.removeStyle("height"))}}]},… 29 …removeStyle("border"):(b.setStyle("border-width",CKEDITOR.tools.cssLength(c)),b.setStyle("border-s… 30 …lue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&(b.removeStyle("margin-left"),b.removeStyle("… 31 …tribute("hspace")):8==a&&(b.removeAttribute("hspace"),b.removeStyle("margin-left"),b.removeStyle("… 32 …alue(),10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&(b.removeStyle("margin-top"),b.removeStyle("… 33 …ttribute("vspace")):8==a&&(b.removeAttribute("vspace"),b.removeStyle("margin-top"),b.removeStyle("… 34 …removeStyle("float"),1==a)switch(c=(b.getAttribute("align")||"").toLowerCase(),c){case "left":case…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 6 …,10),d=this.getDialog().getValueOf("info",a+"Type")||u(b,a);isNaN(c)?b.removeStyle(a):b.setStyle(a… 8 b).setValue(c);a.focus()},a)}function w(a,b,c){(a=a.getValue())?b.setStyle(c,a):b.removeStyle(c);"b… 9 …function(a){"no"==this.getValue()?a.setStyle("white-space","nowrap"):a.removeStyle("white-space");… 10 b||""}),commit:function(a){var b=this.getValue();b?a.setStyle("text-align",b):a.removeStyle("text-a… 11 …t:function(a){var b=this.getValue();b?a.setStyle("vertical-align",b):a.removeStyle("vertical-align…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/ |
H A 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…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 6 …:function(a){var b=this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-typ… 9 this.getValue();b?a.setStyle("list-style-type",b):a.removeStyle("list-style-type")}}]}]}],onShow:fu…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/ |
H A D | colordialog.js | 5 CKEDITOR.dialog.add("colordialog",function(w){function l(){h.getById(p).removeStyle("background-col… 7 ….setStyle("background-color",a),h.getById(u).setHtml(a)):(h.getById(t).removeStyle("background-col…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 11 b.setStyle("height",c.txtHeight):b.removeStyle("height");c.txtWidth?b.setStyle("width",c.txtWidth):…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 125 …||this.getAttributes(),a)a.hasOwnProperty(b)&&this.removeAttribute(b)},removeStyle:function(a){var… 126 …join("-"));else b.push([a,c[d]].join("-"));for(a=0;a<b.length;a++)this.removeStyle(b[a])}},setStyl… 204 …b=a.startNode;a=a.endNode;var c;b.setText("");b.removeStyle("display");a?(a.setText(""),a.remove… 266 …,b){(b?v:e).push(a);0>=--l&&(h&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),z(b))… 501 …1:D[X]=1)}y=y.getParent()}for(Y in C)l.removeAttribute(Y);for(X in A)l.removeStyle(X);x&&!l.hasAtt… 506 …,c[d]);if(b.styles)for(var e in b.styles)b.styles.hasOwnProperty(e)&&a.removeStyle(e)}}function g(… 511 …)this._.definition.fullMatch&&a.getStyle(h)!=n(h,c[h],!0)||(f=f||!!a.getStyle(h),a.removeStyle(h)); 527 …STATE_OFF?a.applyStyle(this.style):this.state==CKEDITOR.TRISTATE_ON&&a.removeStyle(this.style)};CK… 528 …s,k)}}));b.push({style:a,fn:d})},applyStyle:function(a){a.apply(this)},removeStyle:function(a){a.r… method 605 …oved){var f=a._.element;f.getFirst().setStyle("position","absolute");f.removeStyle("display");a._.… [all …]
|
H A D | CHANGES.md | 1459 …e) and [`CKEDITOR.editor.removeStyle()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e… 1460 …pplyStyle), [`widget.removeStyle()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugi… 1488 …lock style with [`editor.removeStyle()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
|