Re: [T5.4] default Datepicker issues

2013-09-05 Thread Lenny Primak
Bootstrap datepicker works for me too. Do you mind sharing the code (or do you have a library to use?) Thanks On Sep 5, 2013, at 2:26 PM, Dimitris Zenios wrote: > Nope.There is no way to switch to Jquery UI Datepicker from tapestry.What > you can do though is since Datefield is just an input bo

[T5.4] default Datepicker issues

2013-09-05 Thread Lenny Primak
Right now, it looks like T5.4 uses the 'old' datepicker by default. Shouldn't it use JQuery UI Datepicker instead? Is there any way to switch this on by default? I am using alpha-15 - To unsubscribe, e-mail: users-unsubscr...@ta

Re: [T5.4] default Datepicker issues

2013-09-05 Thread Dimitris Zenios
Nope.There is no way to switch to Jquery UI Datepicker from tapestry.What you can do though is since Datefield is just an input box, you can override the tapestries datefield javascript file (t5/core/datefield) and create your own that uses jquery ui datepicker.I did that once to use bootstrap-date