Development tools : XUI editor : XUI widgets and containers : Containers Description : ConditionalPanel : OptionPanels
  
OptionPanels
ConditionalPanel can add several OptionPanels, one option panel represents for one value of the condition, this value is set to its "optionValue" property. Currently, only String type is supported for the value.
Properties for the OptionPanels widget
 
Property
Description
id
The identifier for the widget.
optionValue
The selected property is a boolean property that specifies whether the ContentPane widget is in a selected state. This is an optional property. Any widgets can be put in the option panel. When the value of "optionValue" equals to the condition value in runtime getting from the "dataName" of its parent conditional panel, then this option panel will be rendered. If 2 option panels have the same "Option Value", they will be rendered both when this "optionValue" is hit.
See
ECA tool support
Go up to
ConditionalPanel