Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : View
  
View
The View widget is a container that can contain any widgets including containers to form a set of nested view. It can also be used as the child widget of the Opener and Overlay widgets.
Derived base
dojox.mobile.View
Property
id
A unique ID string for the widget.
ECA editor support
Property that can be configured for the View 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 View widget with the ECA editor
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
isVisible
Return true if this view is visible.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets