Hi all, i just move to dojo 0.9 from 0.4, but i couldnt find a way to put a listener on tree nodes, in 0.4, it was done by using tree selector. But seems that tree selector has been removed in 0.9...can someone help. Thanks.
0.9 Tree Node Listener
Submitted by dojodev2007 on Tue, 08/14/2007 - 09:36.
- Login or register to post comments
- Subscribe post

You could try reading through this demo...
Between the efforts of a few of us, the old Mail demo has been ported to 0.9 and can be found here... http://dojotoolkit.org/~bill/0.9/dijit/demos/mail.html
It uses a Tree and updates other aspects of the page based on events in the tree... should help you out :)
-Karl
Cool~
Cool~ It is really helpful
Glad it helped! An updated
Glad it helped! An updated version of it can be found in the Demos section here on the main site, just right click on the IFRAME and view source.
-Karl