The Panel container is used to place various widgets within several panels in one View. However, developers usually do not use panels as the root container of the View. Instead, developers often put a panel in other containers. The only property that can be set for a Panel container is its id and the width and height using the Appearance tab. No events are defined for this type of container.
Property | Property description |
---|---|
id | The id is the identifier for the container. |
styleClass | The styleClass property specifies the name of the CSS style ( also known as CSS style class) associated with the widget. This property is set by selecting a style from the CSS styles table in the Style tab of the Properties view. If you do not configure the styleClass property, the default style is used instead. For more detailed information, refer to Setting CSS style to widgets |
width | The width property specifies the width of the widget. This property is set in the Appearance tab of the Properties view. |
height | The height property specifies the height of the widget. This property is set in the Appearance tab of the Properties view. |
The following properties can be configured with the ECA tool.
Property | Property description |
---|---|
styleClass | The styleClass property
specifies the name of the CSS style ( also known as CSS style class)
associated with the widget. This property is set by selecting a style
from the CSS styles table in the Style tab of the Properties view.
If you do not configure the styleClass property, the default style
is used instead. For more detailed information, refer to Setting CSS style to widgets Note: This
property can be used in the Actions part of
ECA rule.
|