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:46:11 UTC

[jira] [Updated] (OFBIZ-4301) Make container tag (screen) more flexible

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

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

> Make container tag (screen) more flexible
> -----------------------------------------
>
>                 Key: OFBIZ-4301
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4301
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Patrick Antivackis
>         Attachments: tag.patch
>
>
> 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>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)