Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : Pane
  
Pane
A Pane widget is a container that can contain other widgets and containers. It can also be contained by other containers.
Property
id
A unique ID string for the widget.
ECA editor support
Property that can be configured for the Pane widget with the ECA editor
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
Functions that can be configured for the Pane widget with the ECA editor
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets