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! :slight_smile:

dhtmlx.com/docs/products/dhtmlxT … tml#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 )