You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Arnout Engelen (JIRA)" <ji...@apache.org> on 2009/02/03 09:45:59 UTC

[jira] Updated: (WICKET-2072) Allow for maps in the widgetProperties

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

Arnout Engelen updated WICKET-2072:
-----------------------------------

    Attachment: FksDatePicker.java

subclassed DatePicker to add this functionality - check the '// BEGIN extra code'-block and the appendMapping-method.

> Allow for maps in the widgetProperties
> --------------------------------------
>
>                 Key: WICKET-2072
>                 URL: https://issues.apache.org/jira/browse/WICKET-2072
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-datetime
>    Affects Versions: 1.3.5
>            Reporter: Arnout Engelen
>         Attachments: FksDatePicker.java
>
>
> The 'navigation' widgetProperties accepts a boolean or a javascript structure. The DatePicker component, however, only accepts strings and arrays of strings (which are escaped properly).
> This could be relatively easily added by also allowing Map<String, ?> structures in the widgetProperties.

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