src.dualinventive.com/mtinfo/dist/webroot/rc-4.05/app/html/js/mobiscroll/mobiscroll.scroller.android...

17 lines
323 B
JavaScript

(function ($) {
var theme = {
dateOrder: 'Mddyy',
mode: 'mixed',
rows: 5,
minWidth: 70,
height: 36,
showLabel: false,
useShortLabels: true
};
$.mobiscroll.themes['android-ics'] = theme;
$.mobiscroll.themes['android-ics light'] = theme;
})(jQuery);