0

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.

Radu Cotescu
  • 534
  • 3
  • 10
user3451326
  • 93
  • 1
  • 5
  • 16

2 Answers2

2

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

Radu Cotescu
  • 534
  • 3
  • 10
0

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

Community
  • 1
  • 1
Mark Horman
  • 236
  • 1
  • 3
  • 9