Development tools : XUI editor : XUI widgets and containers : Containers Description : ContentPane
  
ContentPane
A ContentPane is a container that can contain other widgets and containers, and can also be contained by other containers.
Properties of the ContentPane container
 
Property
Description
id
The identifier for the widget.
divFlowContainer
The divFlowContainer property specifies whether the container is a DivFlow container. The default value is false.
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 editor support
Go up to
Containers Description