Changes between Initial Version and Version 1 of Ticket #25006, comment 8


Ignore:
Timestamp:
Jan 5, 2017, 4:12:34 PM (7 years ago)
Author:
Anton Samarchyan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25006, comment 8

    initial v1  
    22
    33The list of hours can be overridden for each field in javascript like this:
     4
     5{{{
    46DateTimeShortcuts.clockHours.name = [
    57    ['3 a.m.', 3]
    68]
     9}}}
    710
    811where name is the name attribute of the input tag.
Back to Top