Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Julien Pellet on Sep 02, 2008 03:19
open dhtmlx forum
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
Answer posted by Support on Sep 02, 2008 03:43
tree.attachEvent("onOpenEnd",function(id){
   //any custom code here
})