The <listoptions> Tag
Purpose
The <listoptions> tag renders a set of select options obtained from a list model, which has been specified in the enclosing <select> tag.
Requirements
A <listoptions> tag has to be embedded in a <select> tag with an attached list model.
Attributes
Attribute groups: %coreattrs, %i18n and %events.
| Name | Description |
|---|---|
| disabled | Mapped to the HTML attribute of the same name. |
| selection | May be used to specify one or more list model keys to be used as a default selection when no current selection is available. The specified value must of type String or String[]. |
| sort |
Determines the sorting parameter used to bring the
rendered option entries into an appropriate order.
Possible values are
|
Body
The <listoptions> tag has no body.


