
Hello - I'm trying to identify the events associated with a clickable element in CRM. Here's a very condensed version of the element in question:
<a id="example" role="button" onclick="return false;" href="javascript:;" mscui:controltype="" _events="[object Object]">
This is a clickable button on the ribbon. I think it's a custom button. Based on the element above the _events attribute appears to be associated with some type of object - I'm guessing some type of function lookup. So is there any way in the browser F12 view to inspect the _events object associated with this element?
*This post is locked for comments
I have the same question (0)Hi Andrew,
Are you able to find the solution for the issue you mentioned? I am also looking for the same.
Please post the solution here, if you have got it.
Thanks