synyx / minos

Minos is a thin framework layer built on Spring, that helps you to develop applications in a modular way.
Apache License 2.0
2 stars 0 forks source link

date/time input/selection fields in frontend should be datepickers #226

Closed fabianbuch closed 12 years ago

fabianbuch commented 12 years ago

since jquery offers a nice datepicker, could be easily integrated for a huge usability enhancement :)

$("#mydatefield").datepicker();

fabianbuch commented 12 years ago

Comment of Markus Knittig: Applied in changeset r8596.

fabianbuch commented 12 years ago

Comment of Oliver Gierke: Without at least a little bit of styling this makes things just worse. See attached screenshot.

fabianbuch commented 12 years ago

Comment of Markus Knittig: OK, I tried to add some simple design, but I stuggle a bit with the border. Adding a border gives me an annoying artifact. Any idea?

fabianbuch commented 12 years ago

Comment of Markus Knittig: Mh, using @.ui-datepicker-calendar@ seems to help...

fabianbuch commented 12 years ago

Comment of Markus Knittig: Applied in changeset r8710.