NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 459 forks source link

Please add JQuery Date picker as an option for Text data type #129

Closed pcelba closed 6 years ago

pcelba commented 10 years ago

jeditable is perfect piece of code to study the JS. After reading it a few hours I've been able to update the Trac HoursInPlaceEditor as the first task in my JS era.

To implement the Date picker to jeditable is still out of my beginners scope but it could be easy task for you and highly appreciated by others.

The implementation would need just a few new jeditable settings like, e.g. format = 'mdy', 'dmy', 'ymd' separator = '-' first_day = 1 (for Monday) etc. (inspired by http://trac-hacks.org/wiki/DateFieldPlugin also perfect)

TIA Pavel

pcelba commented 10 years ago

Just found jquery.jeditable.ui-datepicker.js ... So it seems the only remaining work is to find a way how to configure it.