| /plugin/combo/resources/snippet/js/ |
| H A D | menubar-fixed-top.js | 41 let activeElement = document.activeElement; 43 activeElement.classList.contains('navbar-toggler') 44 && activeElement.getAttribute("aria-expanded")==="true"
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | RemoteKeyboard.php | 39 $activeElement = $this->driver->switchTo()->activeElement(); 40 $activeElement->sendKeys($keys);
|
| H A D | RemoteTargetLocator.php | 142 public function activeElement() function in Facebook\\WebDriver\\Remote\\RemoteTargetLocator
|
| /plugin/bureaucracytoolbar/ |
| H A D | script.js | 11 var active = document.activeElement; 68 var active = document.activeElement;
|
| /plugin/pagebuttons/ |
| D | script.js | 68 document.activeElement.blur(); 124 document.activeElement.blur(); 180 document.activeElement.blur();
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverTargetLocator.php | 68 public function activeElement(); function
|
| /plugin/imgpaste/ |
| D | script.js | 17 && document.activeElement.tagName === 'DIV' 18 && document.activeElement.classList.contains('ProseMirror-focused')
|
| /plugin/deletepagebutton/ |
| D | script.js | 77 document.activeElement.blur();
|
| /plugin/stale/ |
| D | stale.js | 45 jQuery(document.activeElement).blur();
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js | 341 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/ |
| D | fckeditingarea.js | 232 if ( (!oDoc.hasFocus || oDoc.hasFocus() ) && oDoc.activeElement == this.Textarea )
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | dataTables.bootstrap.js | 184 activeEl = $(host).find(document.activeElement).data('dt-idx');
|
| D | dataTables.bootstrap4.js | 186 activeEl = $(host).find(document.activeElement).data('dt-idx');
|
| D | dataTables.bootstrap4.min.js | 4 …Language.oPaginate,w=i.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx"…
|
| D | dataTables.bootstrap5.min.js | 4 …uage.oPaginate,w=d.oLanguage.oAria.paginate||{},e=x(e);try{t=e.find(r.activeElement).data("dt-idx"…
|
| D | dataTables.bootstrap5.js | 187 activeEl = hostEl.find(document.activeElement).data('dt-idx');
|
| D | dataTables.bootstrap.min.js | 4 …Language.oPaginate,w=s.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx"…
|
| D | dataTables.bulma.js | 182 activeEl = $(host).find(document.activeElement).data('dt-idx');
|
| D | dataTables.bulma.min.js | 4 …anguage.oPaginate),x=d.oLanguage.oAria.paginate||{};try{n=v(e).find(i.activeElement).data("dt-idx"…
|
| D | dataTables.semanticui.min.js | 4 …Language.oPaginate,m=s.oLanguage.oAria.paginate||{};try{t=v(e).find(n.activeElement).data("dt-idx"…
|
| D | dataTables.semanticui.js | 193 activeEl = $(host).find(document.activeElement).data('dt-idx');
|
| /plugin/jplayer/vendor/happyworm/jplayer/ |
| D | CHANGELOG.md | 46 …key bindings. Removed [`document.activeElement`](https://developer.mozilla.org/en-US/docs/Web/API/…
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckeditingarea.js | 295 if ( (!oDoc.hasFocus || oDoc.hasFocus() ) && oDoc.activeElement == this.Textarea )
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 802 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/ |
| D | dataTables.fixedHeader.js | 589 var focus = $.contains(tablePart[0], document.activeElement) 590 ? document.activeElement 700 if (focus && focus !== document.activeElement) {
|