With this UI actions can create a drop-down-list from JavaScript by var s = c.select(['VALUE1', 'VALUE2', 'VALUE3', 'VALUE4'], 2); with having 'VALUE3' preselected. The selected value can be retrieved by c.selected(s) Change-Id: I6ff135c313fd173909d6cf87f96a90e0ceb50d46 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>