You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/08/05 08:43:30 UTC

svn commit: r1755257 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml

Author: lofwyr
Date: Fri Aug  5 08:43:29 2016
New Revision: 1755257

URL: http://svn.apache.org/viewvc?rev=1755257&view=rev
Log:
TOBAGO-1544: Demo
* better visible sizes

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml?rev=1755257&r1=1755256&r2=1755257&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/16-layout/30-segment/segment-layout.xhtml Fri Aug  5 08:43:29 2016
@@ -38,23 +38,23 @@
     <tc:section label="4 Columns">
       <pre><code class="language-markup">&lt;tc:segmentLayout medium="1;6;2;3"></code></pre>
       <tc:segmentLayout medium="1;6;2;3">
-        <tc:label value="1"/>
-        <tc:label value="2"/>
-        <tc:label value="3"/>
-        <tc:label value="4"/>
+        <tc:in value="1"/>
+        <tc:in value="2"/>
+        <tc:in value="3"/>
+        <tc:in value="4"/>
         <tc:hidden/>
-        <tc:label value="5"/>
+        <tc:in value="5"/>
       </tc:segmentLayout>
     </tc:section>
     <tc:section label="3 Columns">
       <pre><code class="language-markup">&lt;tc:segmentLayout medium="2;4;6"></code></pre>
       <tc:segmentLayout medium="2;4;6">
-        <tc:label value="1"/>
-        <tc:label value="2"/>
-        <tc:label value="3"/>
-        <tc:label value="4"/>
+        <tc:in value="1"/>
+        <tc:in value="2"/>
+        <tc:in value="3"/>
+        <tc:in value="4"/>
         <tc:hidden/>
-        <tc:label value="5"/>
+        <tc:in value="5"/>
       </tc:segmentLayout>
     </tc:section>
   </tc:section>
@@ -72,18 +72,19 @@
     ...</code></pre>
 
     <tc:segmentLayout large="2;2;2;2;2;2" medium="3;3;3;3" small="4;4;4" extraSmall="6;6">
-      <tc:label value="1"/>
-      <tc:label value="2"/>
-      <tc:label value="3"/>
-      <tc:label value="4"/>
-      <tc:label value="5"/>
-      <tc:label value="6"/>
-      <tc:label value="7"/>
-      <tc:label value="8"/>
-      <tc:label value="9"/>
-      <tc:label value="10"/>
-      <tc:label value="11"/>
-      <tc:label value="12"/>
+      <tc:in value="1"/>
+      <tc:in value="2"/>
+      <tc:in value="3"/>
+      <tc:in value="4"/>
+      <tc:in value="5"/>
+      <tc:in value="6"/>
+      <tc:in value="7"/>
+      <tc:in value="8"/>
+      <tc:in value="9"/>
+      <tc:in value="10"/>
+      <tc:in value="11"/>
+      <tc:in value="12"/>
     </tc:segmentLayout>
+
   </tc:section>
 </ui:composition>