Simple changes for datepicker/datefield
---------------------------------------
Key: WICKET-2255
URL: https://issues.apache.org/jira/browse/WICKET-2255
Project: Wicket
Issue Type: New Feature
Components: wicket-datetime
Environment: n/a
Reporter: Phillip Rhodes
Our QA guy reports for web compliance that we need to set the title and alt
attributes for the icon for the datepicker.
Can you make the following small changes
1) Create a constructor for DateField that takes a DatePicker object. This
way, someone can subclass a datepicker and pass their datepicker instance to
DateField
2) Create methods (like getAdditionalJavascript()") for getIconTitle and
getIconAltText()
This will allow someone to subclass the DatePicker, implement these methods and
use it with the date picker
Let me know if you want me to do this and submit a patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.