15 lines
263 B
JavaScript
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);
|