Henning Noeth created TOBAGO-1678:
-------------------------------------
Summary: 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
segmentLayoutContraint large="8" may override the default from the layout.
In the following example the third <tc:in> is placed under the second <tc:in>
and 8 units long (like the second <tc:in>)
{code}
<tc:segmentLayout medium="4;8">
<tc:in/>
<tc:in/>
<tc:in>
<tc:segmentLayoutConstraint offset-medium="4"/>
</tc:in>
</tc:segmentLayout>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)