open node handler

Hi,



In order to put a custom scrollbar on a tree if necessary, I need to know when a node is opened or closed.

What is the simplest way to do a “setOnOpenNodeHandler” ?



Julien PELLET

tree.attachEvent(“onOpenEnd”,function(id){
//any custom code here
})