Hi all,
I'm using Adobe AEM 6.5 and I'm looking for a solution to my problem.
All I need is that when an user clicks on an html portion (a button, an input etc.), I have to be able to understand which component that portion belongs to. Is there an OOB way to detect the component name after an user interaction (e.g. a click)?
Otherwise, I was thinking to customize the html related to every component by adding an extra html line with helpful infos in order to detect the component name with javascript. By the way I wonder if is there a way to add this extra line once for all component, avoiding to customize every html file.
Has anyone had the same need? Please help me, I've been thinking about a solution for weeks.