[ 
https://issues.apache.org/jira/browse/TAP5-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735449#comment-17735449
 ] 

Thiago Henrique De Paula Figueiredo commented on TAP5-2211:
-----------------------------------------------------------

Hello, everyone!

Tapestry 5.5 introduces Html5DateField, which uses HTML's native datepicker and 
absolutely no JavaScript. If you want it replacing DateField transparently, you 
can contribute to the ComponentOverride service:
{noformat}
    @Contribute(ComponentOverride.class)
    public static void useHtml5DatePicker(MappedConfiguration<Class, Class> 
configuration) {
        configuration.add(DatePicker.class, Html5DatePicker.class);
    
{noformat}


> Replace DatePicker with Bootstrap or JQueryUI DatePicker
> --------------------------------------------------------
>
>                 Key: TAP5-2211
>                 URL: https://issues.apache.org/jira/browse/TAP5-2211
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Lenny Primak
>            Priority: Major
>              Labels: datefield, datepicker
>
> The current 3rd party datepicker used by Tapestry is very old,
> and isn't very good.  It's time to update it to one of
> the better currently-available datepickers.
> There are about 15 unresolved issues opened against Datepicker that can all 
> be solved by just replacing it.
> I suggest JQueryUI datepicker (if JQuery is included as the default stack)
> The current datepicker can be left alone is prototype is chosen.
> By default, JQueryUI datepicker should be used with the button-to-activate 
> option so that it looks similar to the current datepicker.
> It should also work properly in BeanEditor and friends and even look good 
> with form-horizontal version of BeanEditor
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to