Show/Hide TouchUI dialog from datasource | Community
Skip to main content
August 7, 2019
Solved

Show/Hide TouchUI dialog from datasource

  • August 7, 2019
  • 2 replies
  • 1823 views

I have a dynamic dropdown in a TouchUI dialog that is coming from a custom datasource. There is a second dropdown in the same dialog that I need to come from a datasource and be shown or hidden based on the first dropdowns value. Is what I'm trying to do possible?

I am using AEM 6.5

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

Not out of the box. You would need to write custom JS code.

2 replies

Accepted solution
August 7, 2019

Not out of the box. You would need to write custom JS code.

arunpatidar
Community Advisor
Community Advisor
August 8, 2019

Sample JS code which change second dropdown with child page when page is select in first field(not dropdown but pathfield) but logic would be same.

aem63app-repo/dynamic-dropdown.js at master · arunpatidar02/aem63app-repo · GitHub

Arun Patidar