Home
last modified time | relevance | path

Searched refs:hasArrow (Results 1 – 4 of 4) sorted by relevance

/plugin/ckgedit/ckeditor/
H A Dckeditor.js689 …n(h,h),t=null):h=n;g={id:r,name:l,iconName:n,label:this.label,cls:(this.hasArrow?"cke_button_expan…
690hasArrow:"string"===typeof this.hasArrow&&this.hasArrow||(this.hasArrow?"true":"false"),keydownFn:… property in g
691 this.hasArrow?b.setAttribute("aria-expanded",a==CKEDITOR.TRISTATE_ON):a===CKEDITOR.TRISTATE_ON?b.se…
696 …!b.focus);b?b.focus():f(c,9);return!1;case 40:return c.button&&c.button.hasArrow?c.execute():f(c,4…
757 …tDocument()||CKEDITOR.document;a.block={attributes:a.attributes};a.toolbarRelated=!0;this.hasArrow=
984 …{base:CKEDITOR.ui.button,$:function(c){delete c.panel;this.base(c);this.hasArrow="menu";this.click…
H A Dckeditor.js.unc13586 …d"{id}_label" aria-describedby\x3d"{id}_description" aria-haspopup\x3d"{hasArrow}" aria-disabled\x…
13689 hasArrow: this.hasArrow ? "true" : "false",
13694 arrowHtml: this.hasArrow ? v.output() : ""
13704 …tribute("aria-disabled", !0) : b.removeAttribute("aria-disabled"), this.hasArrow ? (a = a == CKEDI…
13858 … return c.button && c.button.hasArrow ? c.execute() : f(c, 40 == h ? q : e), !1;
15033 this.hasArrow = a.toolbarRelated = !0;
19519 this.hasArrow = !0;
H A DCHANGES.md133 …itor/ckeditor-dev/issues/2483): Button's DOM element created with the [`hasArrow`](https://ckedito…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js629hasArrow:this.hasArrow?"true":"false",keydownFn:w,focusFn:q,clickFn:g,style:CKEDITOR.skin.getIconS… property in AnonymousFunctione4ea003841800.h
630 this.hasArrow?(a=a==CKEDITOR.TRISTATE_ON?this._.editor.lang.button.selectedLabel.replace(/%1/g,this…
636 …!c.focus);c?c.focus():k(a,9);return!1;case 40:return a.button&&a.button.hasArrow?a.execute():k(a,4…
701 …getDocument()||CKEDITOR.document;b.block={attributes:b.attributes};this.hasArrow=b.toolbarRelated=…
907 …{base:CKEDITOR.ui.button,$:function(f){delete f.panel;this.base(f);this.hasArrow=!0;this.click=a},…