You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
377 B
JavaScript
19 lines
377 B
JavaScript
2 years ago
|
(function ($) {
|
||
|
var theme = {
|
||
|
defaults: {
|
||
|
dateOrder: 'Mddyy',
|
||
|
mode: 'mixed',
|
||
|
rows: 5,
|
||
|
width: 70,
|
||
|
height: 36,
|
||
|
showLabel: false,
|
||
|
useShortLabels: true
|
||
|
}
|
||
|
}
|
||
|
|
||
|
$.mobiscroll.themes['android-ics'] = theme;
|
||
|
$.mobiscroll.themes['android-ics light'] = theme;
|
||
|
|
||
|
})(jQuery);
|
||
|
|