You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Steve Lowery (JIRA)" <ji...@apache.org> on 2009/12/18 00:04:24 UTC

[jira] Updated: (WICKET-2626) Make DatePicker on DateTimeField overrideable

     [ https://issues.apache.org/jira/browse/WICKET-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lowery updated WICKET-2626:
---------------------------------

    Attachment: DateTimeField.java.patch

> Make DatePicker on DateTimeField overrideable
> ---------------------------------------------
>
>                 Key: WICKET-2626
>                 URL: https://issues.apache.org/jira/browse/WICKET-2626
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>            Reporter: Steve Lowery
>         Attachments: DateTimeField.java.patch
>
>
> I'd like to use the DateTimeField component, but there is no API that I can
> see to override what DatePicker gets added to the component.  I'd like to
> subclass the DatePicker and customize the icon, positioning, etc.  I can do
> this if just dealing with the DateTextField, where I add the DatePicker
> behavior myself, but I can't do it when using the DateTimeField.
> Is there a way to do this?  If not, could it be enhanced so we can do this?
> A simple protected newDatePicker() method on DateTimeField would accomplish
> this.  I will submit a patch.
> See http://old.nabble.com/DateTimeField-enhancement-td26835114.html for more.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.