Lines Matching refs:activeNode
580 this.tree.activeNode === null,
583 this.tree.activeNode = this;
1464 return this.tree.activeNode === this;
2694 this.activeNode = null;
2904 } else if (this.activeNode) {
2905 this.activeNode.setActive(false, opts);
3362 if (active !== false && this.activeNode) {
3367 value: this.activeNode.key,
3404 return this.activeNode;
3768 node = this.activeNode;
3773 this.activeNode = null; // Force re-activating
4660 this.activeNode &&
4661 (childNode === this.activeNode ||
4662 this.activeNode.isDescendantOf(childNode))
4664 this.activeNode.setActive(false); // TODO: don't fire events
4722 if (this.activeNode && this.activeNode.isDescendantOf(node)) {
4723 this.activeNode.setActive(false); // TODO: don't fire events
5218 if (tree.activeNode === node) {
5329 isActive = node === tree.activeNode;
5361 if (tree.activeNode) {
5363 tree.activeNode !== node,
5366 subCtx = $.extend({}, ctx, { node: tree.activeNode });
5369 tree.activeNode === null,
5380 tree.activeNode = node;
5394 tree.activeNode === node,
5397 tree.activeNode = null;
5960 tree.activeNode = null;
6124 if (tree.activeNode && tree.options.activeVisible) {
6125 tree.activeNode.makeVisible();
6169 if (flag && !this.activeNode) {
6707 return this.tree.activeNode;
11681 activeNode = tree.getActiveNode() || tree.getFirstChild(),
11709 start: activeNode,
11710 reverse: activeNode.isBelowOf(node),
12142 (opts.persist.overrideSource || !tree.activeNode)
12184 this.activeNode ? this.activeNode.key : null