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

ASF subversion and git services commented on OFBIZ-10495:
---------------------------------------------------------

Commit 7341e5662c17616b2072453455392d0a430c0e74 in ofbiz-framework's branch 
refs/heads/trunk from Nicolas Malin
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=7341e56 ]

Fixed: Screen Xml renderer failed on renderContainer[Begin,End] ftl macro 
(OFBIZ-12478)

This complete the previous Improvement, Rendering different HTML container 
types with ScreenRenderer (OFBIZ-10495), where the xml macro are forgotten.

In same time resynchronise also missing macro renderColumn*


> Rendering different HTML container types with ScreenRenderer
> ------------------------------------------------------------
>
>                 Key: OFBIZ-10495
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10495
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Dennis Balkir
>            Assignee: Deepak Dixit
>            Priority: Minor
>             Fix For: 18.12.01
>
>         Attachments: OFBIZ-10495.patch, OFBIZ-10495_modular_container.patch
>
>
> This patch will add an type-parameter to the start and end render macros and 
> methods of HTML containers.
> With this it is possible to not only use {{<div>}} containers, but also use, 
> for example, HTML5's {{<section>}} .
> Simply by using
> {code:xml}
> <container type="section">
>     <platform-specific>
>     </platform-specific>
> </container>
> {code}
> the renderer will render the container element as the given type.
> If type is left empty, it will always use it's fallback {{<div>}}, and 
> because of this no existing screen in OFBiz needs to be changed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to