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

Udo Schnurpfeil resolved TOBAGO-1552.
-------------------------------------
       Resolution: Fixed
         Assignee: Udo Schnurpfeil
    Fix Version/s: 3.0.0
                   3.0.0-alpha-4

> Add an 'align' attribute to <tc:flowLayout>
> -------------------------------------------
>
>                 Key: TOBAGO-1552
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1552
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 3.0.0-alpha-2
>            Reporter: Henning Noeth
>            Assignee: Udo Schnurpfeil
>             Fix For: 3.0.0-alpha-4, 3.0.0
>
>
> An 'textAlign' attribute should be added to <tc:flowLayout> for align the 
> text and components inside the layout.
> It simplifies a common usage of the FlowLayout. Old:
> {code}
>   <tc:flowLayout>
>     <tc:style textAlign="right"/>
>     <tc:button label="Submit"/>
>   </tc:flowLayout>
> {code}
> New:
> {code}
>   <tc:flowLayout textAlign="right">
>     <tc:button label="Submit"/>
>   </tc:flowLayout>
> {code}



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

Reply via email to