After selecting a day from the pop-up calendar, focus now returns to date field.
This commit is contained in:
parent
0624b0c50c
commit
9c3452f920
2 changed files with 6 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In
|
||||||
Richard Clark
|
Richard Clark
|
||||||
Doug Collinge
|
Doug Collinge
|
||||||
Flavio Curti
|
Flavio Curti
|
||||||
Frank Dillon
|
Jeff Depons / Web Den Interactive
|
||||||
|
Frank Dillon / Web Den Interactive
|
||||||
|
Junying Du / Web Den Interactive
|
||||||
|
Greg Fast / Web Den Interactive
|
||||||
Chris Gebhardt / OpenServe
|
Chris Gebhardt / OpenServe
|
||||||
Andy Grundman
|
Andy Grundman
|
||||||
Koen de Jonge / ProcoliX
|
Koen de Jonge / ProcoliX
|
||||||
|
|
@ -21,6 +24,7 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In
|
||||||
Tavis Parker / ParkerOne Consulting
|
Tavis Parker / ParkerOne Consulting
|
||||||
Daniel Quinlan
|
Daniel Quinlan
|
||||||
Jeff Szpak / Plain Black LLC
|
Jeff Szpak / Plain Black LLC
|
||||||
|
Sean Tu / Web Den Interactive
|
||||||
|
|
||||||
Contributing Translators.............Andreas Ljunggren
|
Contributing Translators.............Andreas Ljunggren
|
||||||
Joeri de Bruin / ProcoliX
|
Joeri de Bruin / ProcoliX
|
||||||
|
|
|
||||||
|
|
@ -194,6 +194,7 @@ function returnDate(inDay) {
|
||||||
}
|
}
|
||||||
if (day != " ") {
|
if (day != " ") {
|
||||||
dateField.value = month + "/" + day + "/" + year;
|
dateField.value = month + "/" + day + "/" + year;
|
||||||
|
dateField.focus();
|
||||||
window.close()
|
window.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue