How to use the item loading path in the AEM form dropdown

When creating a drop-down list in my form, I noticed a field called "Item loading path". Can this field be used to provide the URL from which it loads the options available in the drop-down list?

Where will the url be located and how can I put the values ​​in that url? Can someone show an example?

enter image description here

+4
source share
1 answer

This is well explained in the documentation: http://docs.adobe.com/docs/en/cq/5-5/developing/developing-forms.html

Create a sling: folder and add a multi-valued property to it, as shown: enter image description here

Items Load Path :/etc/designs/geometrixx/formlistvalues ​​/myList

.

, .

+2

Source: https://habr.com/ru/post/1584482/


All Articles