Changes between Initial Version and Version 1 of Ticket #25006, comment 8
- Timestamp:
- Jan 5, 2017, 4:12:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25006, comment 8
initial v1 2 2 3 3 The list of hours can be overridden for each field in javascript like this: 4 5 {{{ 4 6 DateTimeShortcuts.clockHours.name = [ 5 7 ['3 a.m.', 3] 6 8 ] 9 }}} 7 10 8 11 where name is the name attribute of the input tag.