dojox.mobile.SpinWheelDatePicker

Authors:Yoshiroh Kamiyama
Developers:Yoshiroh Kamiyama
since:V1.7

SpinWheelDatePicker is a date picker widget. It is a subclass of dojox.mobile.SpinWheel. It has the year, month, and day slots.

../../_images/SpinWheelDatePicker.png

Usage

SpinWheelDatePicker is in a separate module file from _base.js. You need to dojo.require SpinWheelDatePicker as below.

<link href="../themes/common/SpinWheel.css" rel="stylesheet">

dojo.require("dojox.mobile.SpinWheelDatePicker");

Examples

Declarative example

<div id="spin1" data-dojo-type="dojox.mobile.SpinWheelDatePicker"></div>
Error in the documentation? Can’t find what you are looking for? Let us know!