You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Daniel Bell (JIRA)" <ji...@apache.org> on 2011/03/05 15:30:45 UTC

[jira] Created: (WICKET-3509) Allow use of HTML5 and fields

Allow use of HTML5 <input type="search"/> and <input type="date"/> fields
-------------------------------------------------------------------------

                 Key: WICKET-3509
                 URL: https://issues.apache.org/jira/browse/WICKET-3509
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-core
    Affects Versions: 1.5-RC2
            Reporter: Daniel Bell
            Priority: Minor


It would be nice to be able to use a TextField with <input type="search"/> and <input type="date"/> (as well as "tel", "datetime", "time", "month", "week", and "datetime-local", perhaps)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (WICKET-3509) Allow use of HTML5 and fields

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3509.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC3
         Assignee: Martin Grigorov

With r1079466 I just fixed the name of "datetime-local" in wicket-ajax.js.

It is possible to use these with Wicket 1.5-rc2 - just override TextField#getInputType() method to return what you need.
See UrlTextField for example

> Allow use of HTML5 <input type="search"/> and <input type="date"/> fields
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3509
>                 URL: https://issues.apache.org/jira/browse/WICKET-3509
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-core
>    Affects Versions: 1.5-RC2
>            Reporter: Daniel Bell
>            Assignee: Martin Grigorov
>            Priority: Minor
>              Labels: html5
>             Fix For: 1.5-RC3
>
>
> It would be nice to be able to use a TextField with <input type="search"/> and <input type="date"/> (as well as "tel", "datetime", "time", "month", "week", and "datetime-local", perhaps)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira