You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/04/23 09:24:16 UTC

[jira] [Updated] (OFBIZ-4302) Improve form widget to use html5 new input types

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

Jacques Le Roux updated OFBIZ-4302:
-----------------------------------

    Component/s: framework

> Improve form widget to use html5 new input types
> ------------------------------------------------
>
>                 Key: OFBIZ-4302
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4302
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Patrick Antivackis
>
> HTML5 brings lot of improvement on forms input types
> http://www.w3schools.com/html5/html5_form_input_types.asp
> It would be nice to let form widget use these new input types. Css can also be used in order to higlight field validation
> {code}
> input:required:invalid, input:focus:invalid {
>   background-color: red;
> }
> input:required:valid {
>   background-color: green;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)