Categories | Question details Back To List | ||
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 }) |