Zum Hauptinhalt springen

List box

XML
<listbox id="var" label="string" disabled="bool" required="bool" width="string" type="single" caption="string" height="string" delimiter=", ">
ixml
</listbox>

<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

NameTypeDescriptionDefined By
idvarIdentifier listbox
labelstringLabel listbox
disabledboolDisabled listbox
requiredboolRequired listbox
widthstringWidth (CSS) listbox
typetypeInput type listbox

Single select

NameTypeDescriptionDefined By
captionstringCaption listbox

Multiple check

NameTypeDescriptionDefined By
heightstringHeight (CSS) listbox
delimiterstringDelimiter listbox