Handling click event on leaf icon of treepanel in ExtJs 3.3
Handling click event on leaf icon of treepanel in ExtJs 3.3
Hi, I have a need where clicking on the icon of the leaf in tree panel node shall have a separate event, While I am able to get the event on the click of the tree record as whole but I am not sure how to achieve this on click of icon rather than click of record. i need to have two different event ,that is, one on icon click and other on record click following the leaf icon.