Skip to content

ghuntley/Ext.ux.touch.DateTimePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published