Stuart98 / Ext.ux.touch.DateTimePicker

Sencha Touch plugin that extends Ext.Picker to provide a Date/Time functionality.

Home Page:http://www.ghuntley.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sencha Touch plugin that extends Ext.Picker to provide a Date/Time functionality.

http://www.ghuntley.com/