Mashup Builder > Widgets > Text Area Widget
Text Area Widget
A text area is a rich text box that supports text wrapping. It can be used for textual data entry or to display text data in edit or read-only modes.
Properties
For information about common widget properties, see Widgets. Properties that are specific to the Text Area 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
ReadOnly
Sets the text area to be read-only
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 area
BOOLEAN
true
N
N
LabelAlignment
Position of the label
STRING
Left
N
N
ToolTipField
Tooltip to be displayed when the user hovers over the text area
STRING
n/a
Y
Y
Label
Label for the text area
STRING
n/a
N
Y
Was this helpful?