SAP doesn't expose those events through Extension itself. That means that you will either need to use <bsp:findAndReplace> to alter the rendered HTML/JavaScript or attach the event using JavaScript (element.addEventListener).
In either case you are on your own from a support standpoint. You are alterning the entended "code" of the delivered Extension. You will also want to study the source output of the element to know what to alter or where to attach your event.
Hi,
you can capture this mouse click events using JavaScript and can use it in OnNodeClientClick of your <htmlb:tree>. Refer to this link for related Java Script.
http://www.quirksmode.org/js/events_mouse.html
Regards,
Ravikiran.
Add a comment