Development tools : XUI editor : XUI widgets and containers : Containers Description : ConditionalPanel
  
ConditionalPanel
The ConditionalPane container is used to display different content determined by the value of data field in server context that is bound to it.
Properties of the ConditionalPanel container
 
Property
Property description
id
The id is the identifier for the container.
dataName
The dataName property is used to bind the condition value from server context. Currently, only String type is supported for the value. This property is mandatory.
Note The ConditionalPanel widget cannot be used as a div flow container or a div container.
See
ECA tool support
OptionPanels
Go up to
Containers Description