Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by lexa on Dec 18, 2008 06:01
open dhtmlx forum
All Event

Where can I read about all Tree-Events (etc onDblClick, onXLS, onXLE)

Now, need detect when user click on "+" and node is start loading... I want to change node-icon, when user click on "+", and change icon again, when node is opened.

I can not detect (or I don't know) node information when I use event "onXLS".

Thanks for help! :)
Answer posted by Support on Dec 18, 2008 07:22
http://dhtmlx.com/docs/products/dhtmlxTree/doc/events.html#api_ev

onXLS event in tree doesn't provide such information ( but you can use onOpenStart and onOpenEnd events which exact ones necessary in your case )