Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

need to dynamically populate select dropdown - tocuh ui

Avatar

Level 1

hi,

we have a select dropdown in touch UI, we have defined a defined datasource to populate the options.

how to dynamically reload the select dropdown to reflect the newly added option.

Regards,

Gowrishankar

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

shankarncp wrote...

hi,

we have a select dropdown in touch UI, we have defined a defined datasource to populate the options.

how to dynamically reload the select dropdown to reflect the newly added option.

Regards,

Gowrishankar

 

See the below article:

https://helpx.adobe.com/experience-manager/using/creating-touchui-dynamic.html

If you think you have a large JS file then you can put those JS file(s) into a client lib and load them on that particular dialog itself using extraClientLibs property.

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

https://wcmaem.blogspot.com/2016/08/how-to-load-touchui-dialog-specific.html

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

shankarncp wrote...

hi,

we have a select dropdown in touch UI, we have defined a defined datasource to populate the options.

how to dynamically reload the select dropdown to reflect the newly added option.

Regards,

Gowrishankar

 

See the below article:

https://helpx.adobe.com/experience-manager/using/creating-touchui-dynamic.html

If you think you have a large JS file then you can put those JS file(s) into a client lib and load them on that particular dialog itself using extraClientLibs property.

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

https://wcmaem.blogspot.com/2016/08/how-to-load-touchui-dialog-specific.html