The ContentPane widget has the ability to both be contained by other widgets and to contain other widgets.
Property | Description |
---|---|
id | The id is the identifier for the widget. |
selected | The selected property is a boolean property that specifies whether the ContentPane widget is in a selected state. This is an optional property. |
title | The title property specifies the title that is displayed on the ContentPane widget. This is an optional property. |
closable | The closable property specifies whether the ContentPane widget can be closed by a user. This is an optional property. |
Event | Description |
---|---|
onClose | Is fired when the content pane is closed. |
onShow | Is fired when the content pane is displayed. |
Property | Description |
---|---|
id | The id is the identifier
for the widget. Note: This
property can be used in the Condition part
of ECA rule.
|
title | The title property specifies the title that
is displayed on the ContentPane widget. This is an optional property. Note: This
property can be used in the Condition and Actions part
of ECA rule.
|
closable | The closable property specifies whether the
ContentPane widget can be closed by a user. This is an optional property. Note: This
property can be used in the Condition and Actions part
of ECA rule.
|