List of listeners in AEM 6 for Touch UI | Community
Skip to main content
sureshk05052015
New Participant
October 16, 2015
Solved

List of listeners in AEM 6 for Touch UI

  • October 16, 2015
  • 2 replies
  • 1053 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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-manager.topic.5_ciot.html/forum__yp9e-you_can_watchthese.html

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

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-manager.topic.5_ciot.html/forum__yp9e-you_can_watchthese.html

sureshk05052015
New Participant
October 16, 2015

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.