Development tools : XUI Mobile editor : Adding Mobile widgets : XUI Mobile widgets : SpinWheelDatePicker
  
SpinWheelDatePicker
A SpinWheelDatePicker widget is a scrollable list for selecting a date.
Derived base
dojox.mobile.SpinWheelDatePicker
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.
dayPattern
This property specifies the data format.
monthPattern
This property specifies the month format.
value
This property specifies the default value of the widget.
yearPattern
The year format.
id
A unique ID string for the widget.
ECA editor support
Events that can be added to the SpinWheelDatePicker widget with the ECA editor
onDaySet
This event is called when the date value is changed.
onMonthSet
This event is called when the month value is changed.
onYearSet
This event is called when the year value is changed.
Properties that can be configured for the SpinWheelDatePicker 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 SpinWheelDatePicker 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