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 2018/03/07 13:00:00 UTC

[jira] [Resolved] (TOBAGO-1855) Markup "spread" for some container component to get height from parent.

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

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

> Markup "spread" for some container component to get height from parent.
> -----------------------------------------------------------------------
>
>                 Key: TOBAGO-1855
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1855
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>             Fix For: 4.2.0
>
>
> This is needed to build pages in the same style as in Tobago 1 and 2. 
> Typically, in these versions the layout has fix height from the window, and all other layout will be computed with respect to that height.
> Since Tobago 3 the layout can be used typically in 2 ways, but the classic way wasn't good supported.
> This feature resolved this issue (in combination with e. g. TOBAGO-1651).
> {code}
> markup="spread"
> {code}
> This needs to be implemented for:
> {code}
> <tc:panel>
> <tc:box>
> <tc:flexLayout>
> <tc:gridLayout>
> <tc:segmentLayout>
> <tc:selectManyListbox>
> <tc:selectManyShuttle>
> <tc:selectOneListbox>
> <tc:textarea>
> <tc:object>
> <tc:sheet>
> <tc:tabGroup>
> <tc:splitLayout>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)