UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

22 lines (18 loc) 600 B
define([ "dojo/_base/lang", "./_PickerChooser!TimePicker" ], function(lang, TimePicker){ /*===== return function(){ // module: // dojox/mobile/TimePicker // summary: // A wrapper widget around SpinWheelTimePicker or ValuePickerTimePicker. // Returns ValuePickerTimePicker when the current theme is "android" or "holodark". // Returns SpinWheelTimePicker otherwise. // TODO: need to list all the properties/methods in the interface provided by // SpinWheelTimePicker / ValuePickerTimePicker }; =====*/ return lang.setObject("dojox.mobile.TimePicker", TimePicker); });