Author: msorokin
Date: 2009-04-01 09:47:02 -0400 (Wed, 01 Apr 2009)
New Revision: 13338
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6593
files layout components
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml 2009-04-01
10:54:21 UTC (rev 13337)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml 2009-04-01
13:47:02 UTC (rev 13338)
@@ -18,29 +18,37 @@
<rich:panel>
<f:facet name="header">Layout Components: rich:layout and
rich:layoutPanel </f:facet>
-
+
+<h3>Listing 1: top, left, center, right, bottom</h3>
- <rich:layout>
+<rich:layout>
+ <rich:layoutPanel position="top">
+ <!--top-->
+ </rich:layoutPanel>
+ <rich:layoutPanel position="left">
+ <!--left-->
+ </rich:layoutPanel>
+ <rich:layoutPanel position="center">
+ <!--center-->
+ </rich:layoutPanel>
<rich:layoutPanel position="right">
- <p>right</p>
- <rich:layout>
-
- <rich:layoutPanel position="top">
- <p>top</p>
- </rich:layoutPanel>
- <rich:layoutPanel position="center">
- <p> center - bottom</p>
- </rich:layoutPanel>
- </rich:layout>
- </rich:layoutPanel>
-
- <rich:layoutPanel position="center">
- <p> center-left</p>
- </rich:layoutPanel>
- </rich:layout>
-
+ <!--right-->
+ </rich:layoutPanel>
+ <rich:layoutPanel position="bottom">
+ <!--bottom-->
+</rich:layoutPanel>
+</rich:layout>
+ <h3>Listing 1: top, left, center, right, bottom</h3>
+<rich:layout>
+
+ <rich:layoutPanel position="center">
+ <!--center-->
+</rich:layoutPanel>
+
+
+</rich:layout>
<table class="tableofattributes" cellpadding="0"
cellspacing="0">