Home
last modified time | relevance | path

Searched refs:nId (Results 1 – 2 of 2) sorted by relevance

/plugin/tindexmenu/
H A Dindexmenu-full.js343 dTree.prototype.openTo = function(nId, bSelect, bFirst) { argument
347 if (this.aNodes[n].id == nId) {
348 nId = n;
353 this.fill(this.aNodes[nId].pid);
354 cn = this.aNodes[nId];
/plugin/indexmenu/scripts/
H A Dindexmenu.js459 * @param {number} nId node id
463 dTree.prototype.openTo = function (nId, bSelect, bFirst) {
467 if (this.aNodes[n].id === nId) {
468 nId = n;
473 this.fill(this.aNodes[nId].pid);
474 cn = this.aNodes[nId];
412 openTo(nId, bSelect, bFirst) global() argument