I have a tree in which i want the onOpen and onClose to be called only when the user clicks on the +/- icon and not if he clicks anywhere on the line that contains the folder. then I want the onClick event fired whenever the user clicks on the line where the folder is(except for on the expand/collapse icon). I have tried looking at the node passed to the onopen by default and also have tried looking at the node sent by the onclick. It seems that onopen ovverides onclick internally. Please give me a direction to approach this issue.
Thanks in Advance!