Expand my Community achievements bar.

SOLVED

List of listeners in AEM 6 for Touch UI

Avatar

Level 1

Can anyone please help me in getting the list of listeners in Touch UI of AEM 6? I know one event as "keypress". But I would also want to know the event which can get triggered when we change the value from a drop-down in the AEM Form Field of Touch UI.

1 Accepted Solution

Avatar

Correct answer by
Level 10

AEM components do not have listeners like Classic APIs do. You have to use DOM and JQuery listeners. This is all explained in this AEM Touch Ask the Community Experts session:

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

AEM components do not have listeners like Classic APIs do. You have to use DOM and JQuery listeners. This is all explained in this AEM Touch Ask the Community Experts session:

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

Avatar

Level 1

Thank you very much. I have a drop-down in my Touch UI form and based on a particular value of the drop-down, I want to hide another drop-down. Please let me know as to how do we go about it.