[richfaces-svn-commits] JBoss Rich Faces SVN: r13772 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 22 12:22:23 EDT 2009


Author: msorokin
Date: 2009-04-22 12:22:22 -0400 (Wed, 22 Apr 2009)
New Revision: 13772

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6593
Updated listings

Modified: trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml	2009-04-22 16:12:26 UTC (rev 13771)
+++ trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml	2009-04-22 16:22:22 UTC (rev 13772)
@@ -73,6 +73,28 @@
             
         </para>
         <para>The <emphasis><property>&quot;position&quot;</property></emphasis> attribute defines the position of the <emphasis role="bold"><property>&lt;rich:layoutPanel&gt;</property></emphasis> in the area created with <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> .</para>
+<programlisting role="XML"><![CDATA[...
+<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">
+		<!--right-->
+	</rich:layoutPanel>
+	<rich:layoutPanel position="bottom">
+		<!--bottom-->
+	</rich:layoutPanel>
+</rich:layout>
+...]]></programlisting>         
+        
+        
+        
         <para>In more detail the component is covered in the <link linkend="DofURichLayout"><emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis></link>.</para>
         
     </section>




More information about the richfaces-svn-commits mailing list