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.
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
ECA tool support
Go up to
Containers Description