[
https://issues.apache.org/jira/browse/WICKET-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerolf Seitz resolved WICKET-1031.
----------------------------------
Resolution: Fixed
i ended up with a slightly different solution than the initial (pseudo code)
proposal:
override DatePicker#getAdditionalJavascript and return a String containing any
javascript.
Use "${calendar}" to refer to the actual Calendar DOM object.
example:
@Override
protected String getAdditionalJavascript()
{
return "${calendar}.addRenderer(\"10/3\",
${calendar}.renderCellStyleHighlight1);";
}
> add facilities to execute javascript code to further customize the YUI
> Calendar
> -------------------------------------------------------------------------------
>
> Key: WICKET-1031
> URL: https://issues.apache.org/jira/browse/WICKET-1031
> Project: Wicket
> Issue Type: New Feature
> Components: wicket-datetime
> Affects Versions: 1.3.0-beta3
> Reporter: Gerolf Seitz
> Assignee: Gerolf Seitz
> Priority: Minor
> Fix For: 1.3.0-beta4
>
>
> suggestion by Nino Martinez:
> http://www.nabble.com/forum/ViewPost.jtp?post=12977643&framed=y
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.