Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi All,
I am trying to create a component in AEM Touch UI with dyanmic dialog. I want to add listeners in the dialog. I am not able to listen the event and make changes in the dialog according to listener.
Can anyone please help or give a sample example on how to create a dynamic Touch UI dialog in AEM 6.0
Thank you so much!
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
If you want to react on a change in a select field, you have to listen to the event "selected". After catching, you can get the other fields in the dialog by using the fromElement method: https://docs.adobe.com/docs/en/aem/6-1/ref/coral-ui/docs/2.17.0-granite-004/widget.html#jsdocMethods.
Zugriffe
Antworten
Likes gesamt
If you want to react on a change in a select field, you have to listen to the event "selected". After catching, you can get the other fields in the dialog by using the fromElement method: https://docs.adobe.com/docs/en/aem/6-1/ref/coral-ui/docs/2.17.0-granite-004/widget.html#jsdocMethods.
Zugriffe
Antworten
Likes gesamt
See this article to learn how to use event handlers in Touch UI dialogs.
https://helpx.adobe.com/experience-manager/using/creating-touchui-events.html
Zugriffe
Antworten
Likes gesamt
This is on Dialog ready event. But I want to make a text field visible on select of a check box.
Zugriffe
Antworten
Likes gesamt
You can use DOM events or JQuery events.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten