Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
---|---|---|---|---|---|
CustomClass
|
User defined CSS class to apply to the top div of the widget. Multiple classes can be entered, separated by a space.
|
STRING
|
n/a
|
Y
|
N
|
Text
|
Text that appears in the widget
|
STRING
|
n/a
|
Y
|
N
|
TextAlign
|
Position of the text
|
STRING
|
Left
|
N
|
N
|
LabelAlignment
|
Position of the label
|
STRING
|
Left
|
N
|
N
|
PlaceholderText
|
Placeholder text in the text box. Not supported in IE9 and earlier versions.
|
STRING
|
n/a
|
N
|
N
|
ReadOnly
|
Sets the text box to be read-only
|
BOOLEAN
|
false
|
N
|
N
|
MaskInputCharacters
|
If set to true, the user’s entry in the text box at run time is masked.
|
BOOLEAN
|
false
|
N
|
N
|
TabSequence
|
Order of the tab sequence
|
NUMBER
|
0
|
N
|
N
|
InnerShadow
|
Adds a shadow effect to the inside of the text box
|
BOOLEAN
|
true
|
N
|
N
|
CursorPosition
|
Position of the cursor in the text box
|
NUMBER
|
0
|
Y
|
N
|
ToolTipField
|
Tooltip to be displayed when the user hovers over the text box
|
STRING
|
n/a
|
Y
|
Y
|
Label
|
Label for the text box
|
STRING
|
n/a
|
N
|
Y
|