mobiscroll.android-ics-2.5.2.js 377 B

123456789101112131415161718
  1. (function ($) {
  2. var theme = {
  3. defaults: {
  4. dateOrder: 'Mddyy',
  5. mode: 'mixed',
  6. rows: 5,
  7. width: 70,
  8. height: 36,
  9. showLabel: false,
  10. useShortLabels: true
  11. }
  12. }
  13. $.mobiscroll.themes['android-ics'] = theme;
  14. $.mobiscroll.themes['android-ics light'] = theme;
  15. })(jQuery);