[ 
https://issues.apache.org/jira/browse/OFBIZ-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632725#comment-13632725
 ] 

Adrian Crum commented on OFBIZ-4301:
------------------------------------

We prefer to keep HTML-specific artifacts out of the screen widget XML. Keep in 
mind that screen widgets render to many representations - not just HTML.

Perhaps you can rethink the implementation to make it more generic so it can be 
used for more than just HTML.

                
> Make container tag (screen) more flexible
> -----------------------------------------
>
>                 Key: OFBIZ-4301
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4301
>             Project: OFBiz
>          Issue Type: Sub-task
>            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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to