Return to Snippet

Revision: 43194
at March 18, 2011 19:23 by atze187


Updated Code
var node = yourtree.getNodeById(yournodeid);
// that didn't work for me: node.select();
node.select.defer(100, node);

Revision: 43193
at March 18, 2011 18:38 by atze187


Initial Code
var node = yourtree.getNodeById(yournodeid);
// that didn't work for me: node.select();
node.select.defer(100, nn);

Initial URL


Initial Description
Ensure your node has been rendered yet.

Initial Title
Select ExtJS TreeNode Programmatically

Initial Tags


Initial Language
JavaScript