Add new TimeFieldRenderer, make it default for Time fields
Uses a jQuery UI widget similar to datepicker: https://fgelinas.com/code/timepicker/
This commit is contained in:
parent
e13a58e808
commit
0f3f39d5c6
7 changed files with 1616 additions and 1 deletions
|
@ -112,6 +112,13 @@ $(function() {
|
|||
$('input[type=submit]').button();
|
||||
$('input[type=reset]').button();
|
||||
|
||||
/*
|
||||
* Apply timepicker behavior to text inputs which are marked for it.
|
||||
*/
|
||||
$('input[type=text].timepicker').timepicker({
|
||||
showPeriod: true
|
||||
});
|
||||
|
||||
/*
|
||||
* When filter labels are clicked, (un)check the associated checkbox.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue