Sha256: 246f1703b6c6bd3d51bc43897d4961cbd5640c2ffbc2fc6fb6491e40d7aa9cf2
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 Bytes
Contents
HTimePicker = HDatePicker.extend controlDefaults: HDatePicker.prototype.controlDefaults.extend fieldFormat: null refreshAfter: 3 preserveTime: false preserveDate: true calendarPicker: false scrollUnit: 'minutes' customOptions: (_options)-> _options.fieldFormat = HLocale.dateTime.strings.timeFormat if _options.fieldFormat == null @base(_options) _options.calendarPicker = false # always enforce the picker false on HTimePicker
Version data entries
7 entries across 7 versions & 1 rubygems