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
            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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to