rogeriofalcone / sappira

Automatically exported from code.google.com/p/sappira
0 stars 0 forks source link

All form fields asking for Dates should pop up a date picker widget. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For eg.
1. Birth date in Update patient
2. Start and end date in Prescription.

Something like:
jQueryUI: http://jqueryui.com/demos/datepicker/

Original issue reported on code.google.com by sidmitra.del on 8 Nov 2009 at 10:41

GoogleCodeExporter commented 9 years ago
addressed in r220. Not using the jquery ui because that adds bloat. To use it 
any date input should be assigned 
the class of 'date-picker'.

Original comment by inshany@gmail.com on 14 Nov 2009 at 6:05

GoogleCodeExporter commented 9 years ago
>jquery ui because that adds bloat.

One could download a custom build. Usually tabs, dialog, date-picker are the 
ones 
used most often, and those are supported widgets. I prefer using that with 
consistent theming rather than weld different plugins together.

Original comment by sidmitra.del on 14 Nov 2009 at 7:39