mobiscroll.frame.ios-classic.js 370 B

123456789101112131415
  1. (function ($) {
  2. $.mobiscroll.themes.frame['ios-classic'] = {
  3. display: 'bottom',
  4. dateOrder: 'MMdyy',
  5. rows: 5,
  6. height: 30,
  7. minWidth: 60,
  8. headerText: false,
  9. showLabel: false,
  10. btnWidth: false,
  11. selectedLineHeight: true,
  12. selectedLineBorder: 2,
  13. useShortLabels: true
  14. };
  15. })(jQuery);