Skip to main content

Text box

Anatomy

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

Description: 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
disabledboolDisabled textbox
requiredboolRequired textbox
readonlyboolRead-only textbox
placeholderstringPlaceholder textbox
widthstringWidth (CSS) textbox
typetypeInput type textbox

Single line/E-Mail/URL/Telephone/Password/Number/Money/Price/Country code/Currency code/Unit code/Date/Date and time

NameTypeDescriptionDefined By
captionstringCaption textbox

Single line/E-Mail/URL/Telephone/Password

NameTypeDescriptionDefined By
patternstringPattern textbox

Multiple lines/HTML

NameTypeDescriptionDefined By
heightstringHeight (CSS) textbox