Draggable Lists
Available since version 2.5.0/3.1.0
Purpose
The Draggable List component lets you create an ordered list of elements that are generated by a datasource. The ACS Commons Query Autocomplete Datasource can be used with it.
How to Use
- Set up your component and its Touch UI dialog as usual.
- Add a new widget node with
sling:resourceType = acs-commons/components/authoring/draggablelist
- If using the ACS Commons Query Autocomplete Datasource, set the
predicates
and thedisplayProperty
properties - Create a new
datasource
node under the draggablelist widget node. - If using the ACS Commons Query Autocomplete Datasource, set
sling:resourceType = acs-commons/granite/ui/components/form/queryautocomplete/datasource
- If using your own datasource, set the
sling:resourceType
accordingly.