Searched refs:nId (Results 1 – 3 of 3) sorted by relevance
343 dTree.prototype.openTo = function(nId, bSelect, bFirst) { argument347 if (this.aNodes[n].id == nId) {348 nId = n;353 this.fill(this.aNodes[nId].pid);354 cn = this.aNodes[nId];
463 dTree.prototype.openTo = function (nId, bSelect, bFirst) { argument467 if (this.aNodes[n].id === nId) {468 nId = n;473 this.fill(this.aNodes[nId].pid);474 cn = this.aNodes[nId];
2016 let nId = this.getAttribute(kAriaControls);2017 let nObj = document.getElementById(nId);