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 2017/02/10 09:11:41 UTC

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

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

Udo Schnurpfeil commented on TOBAGO-1678:
-----------------------------------------

Patch applied

> 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
>
> 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)