Skip to main content

Text box

XML
<textbox id="var" label="string" caption="(type dependent)" disabled="bool" required="bool" readonly="bool" placeholder="string" width="string" type="single" pattern="string" height="string">
string
</textbox>

<textbox /> represents a form control for editing a data element that is displayed according to a given input type and is attached to a label.

Attributes

NameTypeDescriptionDefined By
idvarIdentifier textbox
labelstringLabel textbox
captionstringCaption textbox
disabledboolDisabled textbox
requiredboolRequired textbox
readonlyboolRead-only textbox
placeholderstringPlaceholder textbox
widthstringWidth (CSS) textbox
typetypeInput type textbox

All simple types

NameTypeDescriptionDefined By
patternstringPattern textbox

Multiple text lines/HTML code

NameTypeDescriptionDefined By
heightstringHeight (CSS) textbox