Files
src.dualinventive.com/mtinfo/dist/webroot/main/app/html/js/mobiscroll/mobiscroll.scroller.ios.js
2024-08-09 12:10:16 +02:00

15 lines
263 B
JavaScript

(function ($) {
$.mobiscroll.themes.ios = {
dateOrder: 'MMdyy',
rows: 5,
height: 30,
minWidth: 55,
headerText: false,
showLabel: false,
btnWidth: false,
useShortLabels: true
};
})(jQuery);