You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2016/07/04 07:47:11 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 ]

Pierre Smits updated OFBIZ-4302:
--------------------------------
    Affects Version/s: Trunk

> 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
>    Affects Versions: Trunk
>            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.3.4#6332)