Development tools : XUI editor : XUI widgets and containers : Containers Description : TitlePane
  
TitlePane
A TitlePane is a container with a title. The TitlePane can be expanded and collapsed. It can contain other widgets and containers, and can also be contained by other containers.
Properties of the TitlePane container
 
Property
Property description
id
The id is the identifier for the container.
title
The title property specifies the text of the container title. It supports NLS.
DivFlowcontainer
The DivFlowcontainer property specifies whether the container is a DivFlow container. The default value is false.
open
The open property specifies whether the TitlePane is expanded by default. The default value is true.
dataName
The dataName property specifies the name of the data element to which the TitlePane is bound.
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