You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2015/10/02 16:39:26 UTC

[jira] [Resolved] (TOBAGO-868) Simplify use of layout

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

Udo Schnurpfeil resolved TOBAGO-868.
------------------------------------
    Resolution: Fixed

> Simplify use of layout
> ----------------------
>
>                 Key: TOBAGO-868
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-868
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 3.0.0-alpha-1, 3.0.0
>
>
> It would be nice if we can skip the f:facet tag for layout managers. So that we can use the short form 
> {code}
> <tc:gridLayout columns="*;400px;*">
>   ...
> </tc:gridLayout>
> {code}
> instead of the long form
> {code}
> <tc:panel>
>   <f:facet name="layout">
>     <tc:gridLayout columns="*;400px;*"/>
>   </f:facet>
>   ...
> </tc:panel>
> {code}



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