[
https://issues.apache.org/jira/browse/TOBAGO-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363865#comment-15363865
]
Hudson commented on TOBAGO-1552:
--------------------------------
SUCCESS: Integrated in Tobago 3.0.x #413 (See
[https://builds.apache.org/job/Tobago%203.0.x/413/])
TOBAGO-1552: Add an 'align' attribute to <tc:flowLayout> (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1751596])
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FlowLayoutTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/StyleTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/layout/TextAlign.java
*
tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/layout/TextAlignUnitTest.java
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/040-command/command.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/10-flow/flow-layout.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/65-accessKey/accessKey.xhtml
* tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/flowLayout/flowLayout-textAlign.xhtml
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/FlowLayoutRenderer.java
> 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)