Tag: Panel

Definition of a panel to be used in an application.

Tree

Mandatory Attributes

Name Description Type Allowed Values
layout Layout of the panel. String
name Name of the panel. String

Optional Attributes

Name Description Type Default Value Allowed Values
class Class name of the controller of the object. String

Callbacks

Name Description
OnPanelHidden(IPanelComponent) Callback that is invoked when the panel is hidden.
OnPanelInitialized(IPanelComponent) Callback that is invoked when the panel is initialized.
OnPanelShown(IPanelComponent) Callback that is invoked when the panel is shown.