Lines Matching refs:nodeList
666 nodeList = [];
675 nodeList.push(new FancytreeNode(this, children[i]));
677 firstNode = nodeList[0];
679 this.children = this.children.concat(nodeList);
688 [pos, 0].concat(nodeList)
694 for (i = 0, l = nodeList.length; i < l; i++) {
695 nodeList[i].render(); // New nodes were never rendered before
716 nodeList.length === 1 ? nodeList[0] : null
1396 var nodeList = [];
1399 nodeList.push(node);
1405 return nodeList;
3338 var nodeList,
3393 nodeList = this.getSelectedNodes(stopOnParents);
3394 $.each(nodeList, function (idx, node) {