All Projects → ghuntley → Ext.ux.touch.DateTimePicker

ghuntley / Ext.ux.touch.DateTimePicker

Licence: MIT license
Sencha Touch plugin that extends Ext.Picker to provide a Date/Time functionality.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Ext.ux.touch.DateTimePicker

This extension provides a DateTimePicker for the Sencha Touch framework by extending Ext.Picker.

Usage

datetimePicker = new Ext.ux.touch.DateTimePicker({
    useTitles: true,
    id: 'dt',
    value: {
        day: 23,
        month: 2,
        year: 2000,
        hour: 13,
        minute: 45
    },
    listeners: {
        "hide": function(picker) {
            window.alert((picker.getValue()));
        }
    }
}).show();

Screenshot

Ext.ux.touch.DateTimePicker

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].