[richfaces-svn-commits] JBoss Rich Faces SVN: r13771 - 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:12:27 EDT 2009


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

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

Modified: trunk/docs/userguide/en/src/main/docbook/included/layout.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/layout.xml	2009-04-22 15:56:50 UTC (rev 13770)
+++ trunk/docs/userguide/en/src/main/docbook/included/layout.xml	2009-04-22 16:12:26 UTC (rev 13771)
@@ -84,21 +84,21 @@
                     
           <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: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> 
                     
@@ -118,13 +118,13 @@
           
           
           <programlisting role="XML"><![CDATA[...<rich:layout>
-                 <rich:layoutPanel position="left">
-                   <!--left--> 
-                 </rich:layoutPanel>
-                 <rich:layoutPanel position="center">
-                   <!--center-->
-                  </rich:layoutPanel>
-                  </rich:layout>
+<rich:layoutPanel position="left">
+	<!--left-->
+</rich:layoutPanel>
+<rich:layoutPanel position="center">
+	<!--center-->
+</rich:layoutPanel>
+</rich:layout>
                   ...]]></programlisting> 
                     
                     

Modified: trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml	2009-04-22 15:56:50 UTC (rev 13770)
+++ trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml	2009-04-22 16:12:26 UTC (rev 13771)
@@ -68,7 +68,7 @@
     <section>
         <title>Details of Usage</title>
         <para>The <emphasis role="bold">
-                <property>&lt;layoutPanel&gt;</property>
+                <property>&lt;rich:layoutPanel&gt;</property>
         </emphasis> component is  used to split the area inside the <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> into  up to 5 parts: top, left, center, right, bottom.
             
         </para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml	2009-04-22 15:56:50 UTC (rev 13770)
+++ trunk/docs/userguide/en/src/main/docbook/included/rich_page.xml	2009-04-22 16:12:26 UTC (rev 13771)
@@ -102,14 +102,15 @@
 </para>
         
 <programlisting role="XML"><![CDATA[...
-<rich:page pageTitle="The title of the page" markupType="xhtml" contentType="text/html; charset=utf-8" > 
-  <f:facet name="pageHeader" >
-  <meta content="The rich:page component" name="keywords" />
-  <link rel="shortcut icon" href="/images/favicon.ico"/>
-  <link href="/css/style.css" rel="stylesheet" type="text/css" />
-  <script type="text/javascript" src="/js/menu.js"></script>
-  </f:facet>
-       <!-- page content -->
+<rich:page pageTitle="The title of the page" markupType="xhtml"
+	contentType="text/html; charset=utf-8">
+	<f:facet name="pageHeader">
+		<meta content="The rich:page component" name="keywords" />
+		<link rel="shortcut icon" href="/images/favicon.ico" />
+		<link href="/css/style.css" rel="stylesheet" type="text/css" />
+		<script type="text/javascript" src="/js/menu.js"></script>
+	</f:facet>
+	<!-- page content -->
 </rich:page>
 ...]]></programlisting> 
         
@@ -123,17 +124,17 @@
         
         <programlisting role="XML"><![CDATA[...
 <rich:page sidebarPosition="left" sidebarWidth="300">
-         <f:facet name="header" >
-         <!-- header  content -->
-            </f:facet>
-    <f:facet name="sidebar">
- <!-- side panel content -->
-         </f:facet>
-   <!-- body content -->
-    <f:facet name="footer">
-            <!-- footer  content -->
-         </f:facet>   
-     </rich:page>
+	<f:facet name="header">
+		<!-- header  content -->
+	</f:facet>
+	<f:facet name="sidebar">
+		<!-- side panel content -->
+	</f:facet>
+	<!-- body content -->
+	<f:facet name="footer">
+		<!-- footer  content -->
+	</f:facet>
+</rich:page>
 
 ...]]></programlisting> 
         




More information about the richfaces-svn-commits mailing list