Lines Matching refs:activeNode
159 var node = dispatcher.activeNode;
191 var activeNode = dispatcher.getActiveNode();
192 if(!activeNode)
195 var domElement = activeNode.getNode();
203 activeNode.focus(true);
249 …if(dispatcher.activeNode instanceof gantt.$keyboardNavigation.TaskCell && domHelpers.isChildOf(e.t…
250 …locateTask = new gantt.$keyboardNavigation.TaskCell(locateTask.taskId, dispatcher.activeNode.colum…
256 dispatcher.activeNode = focusNode;
316 var node = dispatcher.activeNode;
331 var node = dispatcher.activeNode;
801 activeNode: null, property in gantt.$keyboardNavigation.dispatcher
838 var node = this.activeNode;
868 if (this.activeNode) {
869 if (this.activeNode.compareTo(el)) {
875 this.blurNode(this.activeNode);
877 this.activeNode = el;
878 this.focusNode(this.activeNode, !focusChanged);