April 14, 2020
Estimated Post Reading Time ~

Dynamically changing an Adobe Experience Manager Touch UI Dialog

You can develop an Adobe Experience Manager component that uses a dialog whose fields are dynamically updated based on a selection of another field. Dynamically updating fields is important when you need to present an Experience Manager author different possibilities based on the selection of another field. For example, assume that an author selects a value from a drop-down field. You can develop application logic that sets another field based on the selected value. Consider the following Experience Manager Touch UI dialog.


When an author selects Background Image, it dynamically sets a Pathfield field, as shown in this illustration.


Likewise, if the author selects another value from the dropdown (for example, Background Color), a second drop-down field is dynamically set, as shown in this illustration.

To develop Touch UI dialogs, you use the AEM Granite API.

This article walks you through how to develop this Dialog that dynamically sets fields. 



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.