Searched refs:addClass (Results 1 – 9 of 9) sorted by relevance
/webtrees/resources/js/ |
H A D | treeview.js | 97 b.addClass('tvPressed'); 113 b.addClass('tvPressed'); 259 b.addClass('tvPressed'); 311 bc.append(collapsed.addClass('collapsedContent').css('display', 'none')); 313 …var loading_image = this.loadingImage.find('img').clone().addClass('tv_box_loading').css('display'… 325 bc.addClass('detailsLoaded'); 337 expanded.addClass('boxExpanded');
|
/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …addClass("tvPressed"),i.setLoading();var e=jQuery.Event("click");i.treeview.find(".tv_box:not(.box…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/ |
H A D | colordialog.js | 5 …a.getChild(0).getHtml())&&(x(),e=a,e.setAttribute("aria-selected",!0),e.addClass("cke_colordialog_… 6 …,f;"td"==b.getName()&&(f=b.getChild(0).getHtml())&&(q(a),c?d=b:A=b,c&&b.addClass(D(f)?"cke_colordi…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/ |
H A D | options.js | 30 …);k.addClass("cke_scaytItemList-child");k.setAttribute("data-cke-scayt-ud-word",d);k.appendText(d)…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/ |
H A D | image.js | 8 d.addClass("cke_btn_unlocked");d.setAttribute("aria-checked",a.lockRatio);CKEDITOR.env.hc&&d.getChi… 25 …ta.preventDefault()},this.getDialog()),a.on("mouseover",function(){this.addClass("cke_btn_over")},… 26 …ta.preventDefault()},this.getDialog()),b.on("mouseover",function(){this.addClass("cke_btn_over")},…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/specialchar/dialogs/ |
H A D | specialchar.js | 6 …ment().setHtml(a);e.setHtml(CKEDITOR.tools.htmlEncode(a));b.getParent().addClass("cke_light_backgr…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/ |
H A D | wsc.js | 16 …addClass("cke_dialog_ui_input_select");d.setAttribute("role","presentation");d.setStyles({height:"… 19 …t"),h=new CKEDITOR.dom.element("label"),k="wscGrammerSuggest"+b+"_"+d;e.addClass("cke_dialog_ui_in… 20 …Tab.setValue(b.sender.getValue())});c?f.setAttribute("checked",!0):!1;f.addClass("cke_dialog_ui_ra…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 105 …tools.extend(CKEDITOR.dom.element.prototype,{type:CKEDITOR.NODE_ELEMENT,addClass:f?function(a){thi… property 132 …ate:function(a,b,c){b=b||"cke";switch(a){case CKEDITOR.TRISTATE_ON:this.addClass(b+"_on");this.rem… 133 …addClass(b+"_disabled");this.removeClass(b+"_off");this.removeClass(b+"_on");c&&this.setAttribute(… 259 …&a.focusManager.blur(1),this.hasFocus=!0,(a=this._.editor.container)&&a.addClass("cke_focus"),this… 360 …children&&g.findOne&&(d=g.findOne(a,!0));return!!d});return d||k||null},addClass:function(a){if(!t… 387 …hasClass(a)||(!b&&(b=[]),b.push(a),this.setCustomData("classes",b),this.addClass(a))},changeAttr:f… 577 …b.on("load",function(){CKEDITOR.document.getById(f.frameId).getParent().addClass("cke_dialog_ui_in… 582 …"cke_disabled")},disable:function(){this._.disabled=!0;this.getElement().addClass("cke_disabled")}, 611 …Index,b=CKEDITOR.tools.genKey(e,c,d),f=B[b];CKEDITOR.document.getBody().addClass("cke_dialog_open"… 633 f++))}!f||c&&!this._.editor.activeFilter.check(c)?e[0].addClass("cke_dialog_tab_disabled"):e[0].rem… [all …]
|
H A D | CHANGES.md | 1187 …addClass()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-addCl… 1424 …et/11872): Made [`element.addClass()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom… 1460 …ContentRules), [`widget.addClass()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugi…
|