Marks an element as selected and sets value in input field.
Entry to mark as selected
Optional
settings: { should the onchange event trigger?
Optional
triggervar sortableListCtrl = ix.api.dom.getControl("<ELEMENT-GUID>");
sortableListCtrl.setValue("<DATA-ITEM-KEY>");
Represents a sortable list view control.
This control is ideal for scenarios where users need to view a list of items in a specific order.