nassaja-rus
6 Jun 2007, 3:19 AM
When I expand tree node (folder) it load content (other nodes) from server. But after this i do:
tree1.getRootNode().eachChild(function (node) {
alert(node);
});
I can't see expanded nodes, only folder node in tree root. What's wrong?
tree1.getRootNode().eachChild(function (node) {
alert(node);
});
I can't see expanded nodes, only folder node in tree root. What's wrong?