Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4299 Make Ofbiz HTML5 ready
  3. OFBIZ-4302

Improve form widget to use html5 new input types

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • framework
    • None
    • Bug Crush Event - 21/2/2015

    Description

      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

      input:required:invalid, input:focus:invalid {
        background-color: red;
      }
      input:required:valid {
        background-color: green;
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            patrick.antivackis Patrick Antivackis
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: