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
| Name | Type | Description | Defined By |
|---|---|---|---|
| id | var | Identifier | textbox |
| label | string | Label | textbox |
| disabled | bool | Disabled | textbox |
| required | bool | Required | textbox |
| readonly | bool | Read-only | textbox |
| placeholder | string | Placeholder | textbox |
| width | string | Width (CSS) | textbox |
| type | type | Input type | textbox |
Single line/E-Mail/URL/Telephone/Password/Number/Money/Price/Country code/Currency code/Unit code/Date/Date and time
| Name | Type | Description | Defined By |
|---|---|---|---|
| caption | string | Caption | textbox |
Single line/E-Mail/URL/Telephone/Password
| Name | Type | Description | Defined By |
|---|---|---|---|
| pattern | string | Pattern | textbox |
Multiple lines/HTML
| Name | Type | Description | Defined By |
|---|---|---|---|
| height | string | Height (CSS) | textbox |