source: Dev/trunk/src/client/dojox/mobile/DatePicker.js @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 678 bytes
Line 
1define([
2        "dojo/_base/lang",
3        "./_PickerChooser!DatePicker"
4], function(lang, DatePicker){
5
6        // module:
7        //              dojox/mobile/DatePicker
8
9        // TODO: need to list all the properties/methods in the interface provided by
10        // SpinWheelDatePicker / ValuePickerDatePicker
11               
12        /*=====
13        return function(){
14                // summary:
15                //              A wrapper widget around SpinWheelDatePicker or ValuePickerDatePicker.
16                //              It should be used with the automatic theme loader, dojox/mobile/deviceTheme.
17                //              Returns ValuePickerDatePicker when the current theme is "android" or "holodark".
18                //              Returns SpinWheelDatePicker otherwise.
19        };
20        =====*/
21        return lang.setObject("dojox.mobile.DatePicker", DatePicker);
22});
Note: See TracBrowser for help on using the repository browser.