[
https://issues.apache.org/jira/browse/WICKET-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerolf Seitz updated WICKET-979:
--------------------------------
Attachment: WICKET-979.patch
patch introduces the following methods:
protected boolean hideOnSelect():
returns true by default
protected boolean renderOnLoad()
returns false by default
to achieve a datepicker that is initially rendered and not hidden after date
selection, you'd have to override both methods and return !defaultValue.
> Wants yahoo calendar to be displayed on page by default (ie no popup)
> ---------------------------------------------------------------------
>
> Key: WICKET-979
> URL: https://issues.apache.org/jira/browse/WICKET-979
> Project: Wicket
> Issue Type: New Feature
> Components: wicket-extensions
> Affects Versions: 1.3.0-beta3
> Reporter: Nino Martinez
> Fix For: 1.3.0-beta4
>
> Attachments: WICKET-979.patch
>
>
> Wants yahoo calendar to be displayed on page by default (ie no popup)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.