Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : SpinWheelTimePicker
  
SpinWheelTimePicker
A SpinWheelTimePicker widget is used to display a scrollable list for selecting a time.
Derived base
dojox.mobile.SpinWheelTimePicker
Properties
dataName
The name of a data element to which the widget is bound. If no data to be sent to the server, leave this property blank.
id
A unique ID string for the widget.
ECA editor support
Events that can be added to the SpinWheelTimePicker widget with the ECA editor
onMinuteSet
This event is called when the minute value is changed.
onHourSet
This event is called when the hour value is changed.
Properties that can be configured for the SpinWheelTimePicker widget with the ECA editor
value
The value of the widget.
Applicable ECA part: Expression in Condition
id
A unique ID string for the widget.
Applicable ECA part: Expression in Condition
Functions that can be configured for the SpinWheelTimePicker widget with the ECA editor
set(name,value)
Set a value for a widget property.
Applicable ECA part: Actions
reset()
Reset the value of the widget to the initial value.
Applicable ECA part: Actions
get(name)
Returns the value of a widget property.
Applicable ECA part: Expression in Condition
See also
XUI Mobile widgets