You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michael Frankerl (JIRA)" <ji...@apache.org> on 2010/09/16 15:54:33 UTC

[jira] Created: (WICKET-3051) Support for additional 'type' attribute values of 'input' tags

Support for additional 'type' attribute values of 'input' tags
--------------------------------------------------------------

                 Key: WICKET-3051
                 URL: https://issues.apache.org/jira/browse/WICKET-3051
             Project: Wicket
          Issue Type: New Feature
          Components: wicket
         Environment: Mobile Environments, WebKit Browser
            Reporter: Michael Frankerl


I'd like Wicket to support additional 'type' attribute values of 'input' tags. The current implementation forces to subclass TextField serveral times, as PasswortField does. Wicket could derive the attribute value from the <T> class.

For examples see: http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/InputTypes.html#//apple_ref/doc/uid/TP40008055-SW1

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


[jira] Commented: (WICKET-3051) Support for additional 'type' attribute values of 'input' tags

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910181#action_12910181 ] 

Martin Grigorov commented on WICKET-3051:
-----------------------------------------

Actually, these are the new HTML5 input types.
There is a project in wicketstuff with some initial support for these.
Anyone is welcome to join and help.

> Support for additional 'type' attribute values of 'input' tags
> --------------------------------------------------------------
>
>                 Key: WICKET-3051
>                 URL: https://issues.apache.org/jira/browse/WICKET-3051
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>         Environment: Mobile Environments, WebKit Browser
>            Reporter: Michael Frankerl
>
> I'd like Wicket to support additional 'type' attribute values of 'input' tags. The current implementation forces to subclass TextField serveral times, as PasswortField does. Wicket could derive the attribute value from the <T> class.
> For examples see: http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/InputTypes.html#//apple_ref/doc/uid/TP40008055-SW1

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