Home
last modified time | relevance | path

Searched refs:activeElement (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/combo/resources/snippet/js/
Dmenubar-fixed-top.js41 let activeElement = document.activeElement;
43 activeElement.classList.contains('navbar-toggler')
44 && activeElement.getAttribute("aria-expanded")==="true"
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
DRemoteKeyboard.php39 $activeElement = $this->driver->switchTo()->activeElement();
40 $activeElement->sendKeys($keys);
DRemoteTargetLocator.php142 public function activeElement() function in Facebook\\WebDriver\\Remote\\RemoteTargetLocator
/plugin/pagebuttons/
Dscript.js68 document.activeElement.blur();
124 document.activeElement.blur();
180 document.activeElement.blur();
/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverTargetLocator.php68 public function activeElement(); function
/plugin/deletepagebutton/
Dscript.js77 document.activeElement.blur();
/plugin/stale/
Dstale.js45 jQuery(document.activeElement).blur();
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_keyboard_navigation.js341 var activeElement = document.activeElement;
342 if(activeElement === document.body && document.getSelection){
343 activeElement = document.getSelection().focusNode || document.body;
346 return activeElement;
748 var currentFocus = document.activeElement;
912 var activeElement = this.getActiveNode();
918 if (!activeElement) {
920 } else if (activeElement.findHandler(command)) {
921 activeElement.doAction(command, e);
1137 var node = document.activeElement;
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckeditingarea.js232 if ( (!oDoc.hasFocus || oDoc.hasFocus() ) && oDoc.activeElement == this.Textarea )
/plugin/datatables/assets/datatables.net/js/
DdataTables.bootstrap.js184 activeEl = $(host).find(document.activeElement).data('dt-idx');
DdataTables.bootstrap4.js186 activeEl = $(host).find(document.activeElement).data('dt-idx');
DdataTables.bootstrap4.min.js4 …Language.oPaginate,w=i.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx"…
DdataTables.bootstrap5.min.js4 …uage.oPaginate,w=d.oLanguage.oAria.paginate||{},e=x(e);try{t=e.find(r.activeElement).data("dt-idx"…
DdataTables.bootstrap5.js187 activeEl = hostEl.find(document.activeElement).data('dt-idx');
DdataTables.bootstrap.min.js4 …Language.oPaginate,w=s.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx"…
DdataTables.bulma.js182 activeEl = $(host).find(document.activeElement).data('dt-idx');
DdataTables.bulma.min.js4 …anguage.oPaginate),x=d.oLanguage.oAria.paginate||{};try{n=v(e).find(i.activeElement).data("dt-idx"…
DdataTables.semanticui.min.js4 …Language.oPaginate,m=s.oLanguage.oAria.paginate||{};try{t=v(e).find(n.activeElement).data("dt-idx"…
DdataTables.semanticui.js193 activeEl = $(host).find(document.activeElement).data('dt-idx');
/plugin/jplayer/vendor/happyworm/jplayer/
DCHANGELOG.md46 …key bindings. Removed [`document.activeElement`](https://developer.mozilla.org/en-US/docs/Web/API/…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckeditingarea.js295 if ( (!oDoc.hasFocus || oDoc.hasFocus() ) && oDoc.activeElement == this.Textarea )
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js802 if (document.activeElement == graph.cellEditor.textarea)
810 if (document.activeElement == graph.cellEditor.textarea)
1529 if (force || input != document.activeElement)
2356 if (force || document.activeElement != input)
2618 if (force || document.activeElement != width)
2623 if (force || document.activeElement != height)
2638 if (force || document.activeElement != left)
2643 if (force || document.activeElement != top)
2976 if (force || document.activeElement != width)
3862 if (document.activeElement == graph.cellEditor.textarea)
[all …]
/plugin/datatables/assets/datatables.net-fixedheader-dt/js/
DdataTables.fixedHeader.js589 var focus = $.contains(tablePart[0], document.activeElement)
590 ? document.activeElement
700 if (focus && focus !== document.activeElement) {
DdataTables.fixedHeader.min.js4activeElement)?x.activeElement:null,d=m(m(this.s.dt.table().node()).parent()),"in-place"===t?(f.pl…
/plugin/struct/script/
Dvanilla-combobox.js277 …if ((this.shadowRoot.activeElement === this.#input) && this.#multiple && this.#input.value !== '')…

12345