|
1. Removed the rich text formatting and HTML editing from the platform for 9.0 and higher versions due to security enhancements.
2. Removed the ReadOnly and ShowToolbar properties from the HTMLTextArea widget.
|
|
Styles and common widget properties are not included 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 space.
|
STRING
|
n/a
|
Y
|
N
|
Text
|
The text that appears in the widget.
|
STRING
|
n/a
|
Y
|
N
|
ShowBorder
|
Display the widget border.
|
BOOLEAN
|
False
|
N
|
N
|
LabelAlignment
|
Alignment of the label (Left, Right, or Center).
|
STRING
|
Left
|
N
|
N
|
ToolTipField
|
Optional field to include tooltips that display in run time.
|
STRING
|
n/a
|
Y
|
Y
|
ShowDataLoading
|
Displays a spinning icon when data is loading.
|
BOOLEAN
|
True
|
N
|
N
|
Visible
|
Widget is visible when viewing mashup.
|
BOOLEAN
|
True
|
Y
|
N
|
ResetToDefaultValue
|
Event. Allows a user to bind an Event that will return the HTMLTextArea to its default value.
|
n/a
|
n/a
|
Y
|
N
|