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

Make container tag (screen) more flexible

    XMLWordPrintableJSON

Details

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

    Description

      HTML5 introduces a lot of new tags (aside, article, header, footer, nav, ...)
      see http://www.w3schools.com/html5/html5_reference.asp
      Lot of html markup is done in ofbiz with the container tag (widget-screen.xsd)
      The container is generating a div tag (with optional id, style, ...), the idea would be to add a new attribute (named tag ?) alowwing to specify wichi tag should be used.
      SO we could have a
      <container id="id-1" style="left" tag="aside">...</container>

      in order to write :
      <aside id="id-1" class="left"> .... </aside>

      Attachments

        1. tag.patch
          7 kB
          greg jocher

        Activity

          People

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

            Dates

              Created:
              Updated: