List box
Anatomy
<listbox id="var" label="string" disabled="bool" required="bool" width="string" type="single" caption="string" height="string">
ixml
</listbox>
Description: LISTBOX represents a form control for selecting one or multiple data element among a set of unique options that are displayed as a list of items and are attached to a label.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| id | var | Identifier | listbox |
| label | string | Label | listbox |
| disabled | bool | Disabled | listbox |
| required | bool | Required | listbox |
| width | string | Width (CSS) | listbox |
| type | type | Input type | listbox |
Single select
| Name | Type | Description | Defined By |
|---|---|---|---|
| caption | string | Caption | listbox |
Multiple check
| Name | Type | Description | Defined By |
|---|---|---|---|
| height | string | Height (CSS) | listbox |