[
https://issues.apache.org/jira/browse/TOBAGO-1789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185701#comment-16185701
]
Hudson commented on TOBAGO-1789:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1054 (See
[https://builds.apache.org/job/Tobago%20Trunk/1054/])
TOBAGO-1789 New (Bootstrap beta) offset concept for tc:segmentLayout * (hnoeth:
rev 8bba4fff20088d67b7185494313118abc26dd078)
* (add)
tobago-core/src/main/java/org/apache/myfaces/tobago/layout/MarginTokens.java
* (edit)
tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/SegmentLayoutRenderer.java
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClass.java
* (edit)
tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml
* (add) tobago-core/src/main/java/org/apache/myfaces/tobago/layout/Margin.java
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SegmentLayoutConstraintTagDeclaration.java
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/SegmentLayoutConstraintHandler.java
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SegmentLayoutTagDeclaration.java
* (edit)
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Attributes.java
> New (Bootstrap beta) offset concept for tc:segmentLayout
> --------------------------------------------------------
>
> Key: TOBAGO-1789
> URL: https://issues.apache.org/jira/browse/TOBAGO-1789
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Core, Themes
> Affects Versions: 3.0.5
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Fix For: 4.0.0
>
>
> With Bootstrap Beta, the 'offset' CSS classes of Bootstrap Alpha 6 are
> removed (like offset-4, offset-sm-6, offset-md-8, offset-lg-10).
> The new offset concept know basically 'ml-auto' (margin-left: auto) and
> 'mr-auto' (margin-right: auto).
> For the different sizes, 'sm', 'md', 'lg' are added, like 'ml-md-auto'.
> The new concept must be implemented to segment layout.
> There should be new attributes for tc:segmentLayoutConstraint. For example
> 'marginExtraSmall', 'marginSmall', 'marginMedium', 'marginLarge'. Allowed
> values could be 'left', 'right', 'both'.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)