|
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 a space.
|
STRING
|
n/a
|
Y
|
N
|
Title
|
The text displayed in the header of the folding panel.
|
STRING
|
n/a
|
Y
|
Y
|
HeaderHeight
|
The height of the header.
|
NUMBER
|
25
|
N
|
N
|
Expanded
|
Set to control initially expanded or collapsed. Bind to this to control whether the panel is collapsed or expanded.
|
BOOLEAN
|
True
|
Y
|
N
|
Speed
|
The speed with which to collapse/expand the panel (Slow, Normal, or Fast).
|
NUMBER
|
Fast
|
N
|
N
|
ShowDataLoading
|
Displays a spinning icon when data is loading.
|
BOOLEAN
|
True
|
N
|
N
|
ToggleExpandCollapse
|
Service. When triggered, the panel will open if closed and close if open.
|
n/a
|
n/a
|
Y
|
N
|
Expand
|
Service. Expands the container.
|
n/a
|
n/a
|
Y
|
N
|
Collapse
|
Service. Collapses the container
|
n/a
|
n/a
|
Y
|
N
|
ResetInputsToDefaultValue
|
Service. When triggered, resets all Input fields inside the Fieldset to their default value.
|
n/a
|
n/a
|
Y
|
N
|
Visible
|
Sets the visibility of the widget at run time.
|
BOOLEAN
|
True
|
Y
|
N
|