Development tools : XUI editor : XUI widgets and containers : Containers Description : Panel
  
Panel
The Panel container is used to place various widgets in one View. 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.
See
Properties of Panel container
ECA tool support
See also
Containers Description
Properties of Panel container
 
Property
Property description
id
The id is the identifier for the container.
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.
generateLayout
The generateLayout property specifies whether to generate the HTML layout. The default value is true.
generateInlineStyle
The generateInlineStyle property specifies whether to generate the inline styles. The default value is true.
See also
Panel
ECA tool support
Properties that can be configured for a widget by using the ECA tool
 
Property
Property description
id
This property can be used in the Condition part of ECA rule.
See also
Panel