Mashup Builder > Widgets > Text Box Widget
Text Box Widget
A Text Box widget is a one-line text box. It can be used for text data entry or to display text data in edit mode.
Properties
For information about common widget properties, see Widgets. Properties that are specific to the Text Box widget are described in the table below.
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 runtime 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
Was this helpful?