You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/12/22 17:12:29 UTC

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

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

Juergen Donnerstag resolved WICKET-2626.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.6
         Assignee: Juergen Donnerstag

> 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
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4.6, 1.5-M1
>
>         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.