user3451326
user3451326

Reputation: 93

AEM 6.1 - How to implement listeners to show/hide the fields in Touch UI dialog

Like in AEM 6.1 classic dialog, we used to write the extjs to show/hide the fields in dialog, i need some reference which can help in doing the same in touch ui dialog.

Also, how to implement custom multifield in the touch ui dialog.

Upvotes: 0

Views: 10947

Answers (2)

Mark Horman
Mark Horman

Reputation: 236

I needed to do something similiar which enabled/disabled fieldsin a touchUI dialog based on the value of a checkbox (also in the dialog) I ended up writing my own client libray to manage this you can find my solution here: Conditionally enable/disable fields in AEM 6.1 (granite.ui) TouchUI dialogs

Upvotes: 0

Radu Cotescu
Radu Cotescu

Reputation: 534

The AEM Components documentation [0] should offer you most of the answers you're looking for.

[0] - https://docs.adobe.com/docs/en/aem/6-1/develop/components/components-touch-optimized.html#Handling%20Field%20Events

Upvotes: 2

Related Questions