Properties of a region of text.
An EditBox can be used to display and edit text, numeric, or time-related types of data on the application screen. The EditBox control is supported for these platforms:
Property | Description |
---|---|
Label | |
Input data binding | |
Read only | Specifies
that the control is read-only. Default: unselected. Note: The
read-only property is not supported on the Windows Mobile
platform for the Checkbox, Slider, and Choice
controls.
|
Password | If selected (set to true), text entered in the EditBox is replaced with asterisks. The default is false. |
Locale specific | This option is enabled only with DATE, DATETIME, and TIME logical types. If selected, the content of the cell is rendered in Locale Display format. |
Allows null | Determines whether the generated
HTML definition of the control identifies the field as supporting NULL:
Note: The Allows
null property is supported only in the
jQueryMobile look and feel. It is not supported for Windows
Mobile devices.
|
Logical type | Select the logical type for the EditBox:
Note: Available properties vary for each logical
type. For example, some properties might apply only to the
numeric type, and some apply only to the text type.
|
Input type | Specifies the type attribute of an HTML5 input
element to add one of these labeled input boxes to a jQuery
Mobile-style form:
|
Property | Description |
---|---|
Content size |
|
Validation |
|
Time precision | Specifies the precision of the
time portion displayed to the user and calculations. Note: This property is used only if the EditBox
logical type is datetime or time.
|
Credential cache username | If the widget supports cached credentials, select to specify that the EditBox be treated as a user name. |
Credential cache password | If the widget supports cached credentials, select to specify that the EditBox be treated as a password. |