Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : ScrollableView
  
ScrollableView
A ScrollableView widget is a view container that can be scrolled and can contain other widgets and containers. A ScrollableView widget is typically used in combination with a Heading widget to represent a mobile application interface.
Derived base
dojox.mobile.ScrollableView
Property
id
A unique ID string for the widget.
ECA editor support
Events that can be added to the ScrollableView widget with the ECA editor
onAfterScroll
This event is called when the widget is scrolled.
onBeforeScroll
This event is called before the widget is scrolled.
onFlickAnimationEnd
This event is called when the flick animation stops.
onFlickAnimationStart
This event is called when the flick animation starts.
onTouchEnd
This event is called when you move your touch point outside of the widget.
onTouchMove
This event is called when you move your touch point on the widget.
onTouchStart
This event is called when you touch the widget.
Property that can be configured for the ScrollableView widget with the ECA editor
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets