Hi,
I want to achieve below:
1. Add a button on screen: I added a udfbutton
2. I want to call a function (javascript) or action on click of this button: I thought I can write an extensiable framework, which will have a function on click of the button.
But I don't find any documentation on the supported events on button, there is one documentation which list a few events.
Any idea to achieve such functionality other than udfbutton or how to write a extensible framework to capture click event of a button.
Regards,