You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/02/13 13:11:42 UTC

[jira] [Resolved] (TOBAGO-1678) Override default layout for SegementLayout

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

Henning Noeth resolved TOBAGO-1678.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.0

> Override default layout for SegementLayout
> ------------------------------------------
>
>                 Key: TOBAGO-1678
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1678
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 3.0.0
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>             Fix For: 3.1.0
>
>
> segmentLayoutContraint large="8" may override the default from the layout.
> Possible values: "large", "medium", "small", "extraSmall"
> In the following example, the third <tc:in> is placed below the first <tc:in> and is only 3 units long.
> {code}
> <tc:segmentLayout medium="4;8">
>   <tc:in/>
>   <tc:in/>
>   <tc:in>
>     <tc:segmentLayoutConstraint medium="3"/>
>   </tc:in>
> </tc:segmentLayout>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)