Lines Matching refs:nodeList
2127 nodeList = [];
2136 nodeList.push(new FancytreeNode(this, children[i]));
2138 firstNode = nodeList[0];
2140 this.children = this.children.concat(nodeList);
2149 [pos, 0].concat(nodeList)
2155 for (i = 0, l = nodeList.length; i < l; i++) {
2156 nodeList[i].render(); // New nodes were never rendered before
2177 nodeList.length === 1 ? nodeList[0] : null
2857 var nodeList = [];
2860 nodeList.push(node);
2866 return nodeList;
4799 var nodeList,
4854 nodeList = this.getSelectedNodes(stopOnParents);
4855 $.each(nodeList, function (idx, node) {