dojox.mobile.SpinWheelTimePicker

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

SpinWheelTimePicker is a time picker widget. It is a subclass of dojox.mobile.SpinWheel. It has the hour and minute slots.

../../_images/SpinWheelTimePicker.png

Usage

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

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

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

Examples

Declarative example

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