Select
A Select widget is used to display a drop-down list.
Properties
id
A unique ID string for the widget.
dataName
The name of a data element to which the widget is bound. If no data to be sent to the server, leave this property blank.
value
The value of the widget.
listValue
The name of the iColl that is defined to load data for the list items.
labelField
The field name in iColl for the item label on the left side.
valueField
The field name in iColl for submitting a value.
ECA editor support
Event that can be added to the Select widget with the ECA editor
onChange
This event is called when the value of the widget is changed.
Properties that can be configured for the Select widget with the ECA editor
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
value
The value of the widget.
Applicable ECA part: Expression in Condition
Functions that can be configured for the Select widget with the ECA editor
getSelectedIndex()
Return the index value of the selected item.
Applicable ECA part: Expression in Condition, Actions
setSelectedIndex(index)
Set an item with the specified index to be selected.
Applicable ECA part: Actions
See also