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 2015/09/30 11:30:14 UTC

svn commit: r1705991 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/11-layout/30/segment-layout.xhtml

Author: lofwyr
Date: Wed Sep 30 09:30:12 2015
New Revision: 1705991

URL: http://svn.apache.org/viewvc?rev=1705991&view=rev
Log:
demo

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/11-layout/30/segment-layout.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/11-layout/30/segment-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/11-layout/30/segment-layout.xhtml?rev=1705991&r1=1705990&r2=1705991&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/11-layout/30/segment-layout.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/11-layout/30/segment-layout.xhtml Wed Sep 30 09:30:12 2015
@@ -28,12 +28,31 @@
     <li>rendered=false: will be ignored when setting the "values". If needed put a panel around of it</li>
   </ul>
 
-  <tc:segmentLayout large="4;4;4">
+  <tc:box>
+    <tc:segmentLayout large="4;8">
+      <tc:in value="1"/>
+      <tc:in value="2"/>
+      <tc:in value="3" rendered="false"/>
+      <tc:in value="4"/>
+      <tc:in value="5" rendered="false"/>
+      <tc:in value="6"/>
+    </tc:segmentLayout>
+  </tc:box>
 
-    <tc:in />
-    <tc:in />
-    <tc:in />
+  <tc:box>
+    <tc:segmentLayout large="4;8">
+      <tc:in value="1"/>
+      <tc:in value="2"/>
+      <tc:panel>
+        <tc:in value="3" rendered="false"/>
+      </tc:panel>
+      <tc:in value="4"/>
+      <tc:panel>
+        <tc:in value="5" rendered="false"/>
+      </tc:panel>
+      <tc:in value="6"/>
+    </tc:segmentLayout>
+  </tc:box>
 
 
-  </tc:segmentLayout>
 </ui:composition>