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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 18:31:06 EDT 2009


Author: smukhina
Date: 2009-04-30 18:31:06 -0400 (Thu, 30 Apr 2009)
New Revision: 13984

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/page.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/page.xml
Log:
https://jira.jboss.org/jira/browse/RF-398 language is checked in description of layout components

Modified: trunk/docs/userguide/en/src/main/docbook/included/layout.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/layout.xml	2009-04-30 21:58:25 UTC (rev 13983)
+++ trunk/docs/userguide/en/src/main/docbook/included/layout.xml	2009-04-30 22:31:06 UTC (rev 13984)
@@ -73,7 +73,7 @@
           <section>
                     <title>Details of Usage</title>
                     
-                    <para>The <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> allows to build a grid that can be used to make the layout on the page. The <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> is used in conjunction with the <emphasis role="bold"><property>&lt;rich:layoutPanel&gt;</property></emphasis> that is used as a child element and carries the main burden of building the grid.</para>
+                    <para>The <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> allows to build a grid that can be used to make the layout on a page. The <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> is used in conjunction with the <emphasis role="bold"><property>&lt;rich:layoutPanel&gt;</property></emphasis> that is used as a child element and carries the main burden of building the grid.</para>
                    
                    <para>Hence, you need to use the <emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis> as a container and <emphasis role="bold"><property>&lt;rich:layoutPanel&gt;</property></emphasis> to create areas inside the container.</para> This is how you can  make a layout with 5 areas:
                     
@@ -101,7 +101,7 @@
 	</rich:layoutPanel>
 </rich:layout>
 ...]]></programlisting> 
-                    <para>To get more details about <emphasis role="bold"><property>&lt;rich:layoutPanel&gt;</property></emphasis> please read the <link linkend="rich_layoutPanel"> corresponding chapter</link> of the guide.</para>             
+                    <para>To get more details about <emphasis role="bold"><property>&lt;rich:layoutPanel&gt;</property></emphasis> please read the <link linkend="rich_layoutPanel">  chapter about layoutPanel </link> in the guide.</para>             
 
                     
 
@@ -112,7 +112,7 @@
                     <title>Relevant Resources Links</title>
                     <para>Visit 
 					<ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/layouts.jsf">layout</ulink> page at 
-					RichFaces Live demo for examples of component usage and their sources.</para>
+					RichFaces Live Demo for examples of component usage and their sources.</para>
                     <para>The <ulink url="http://www.jboss.org/community/docs/DOC-13336">Layout components for RichFaces 3.3.1</ulink> on  the JBoss.org Wiki</para>
 				
           </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml	2009-04-30 21:58:25 UTC (rev 13983)
+++ trunk/docs/userguide/en/src/main/docbook/included/layoutPanel.xml	2009-04-30 22:31:06 UTC (rev 13984)
@@ -105,7 +105,7 @@
         <title>Relevant Resources Links</title>
         <para><ulink
                 url="http://livedemo.exadel.com/richfaces-demo/richfaces/layouts.jsf"
-                >On RichFaces LiveDemo page </ulink> you can see an example of <emphasis role="bold">
+                >On RichFaces Live Demo page </ulink> you can see an example of <emphasis role="bold">
                 <property>&lt;rich:layoutPanel&gt;</property>
                 </emphasis> usage and sources for the given example. </para>
         <para>The <link linkend="rich_layout"><emphasis role="bold"><property>&lt;rich:layout&gt;</property></emphasis></link> chapter of the guide.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/page.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.desc.xml	2009-04-30 21:58:25 UTC (rev 13983)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.desc.xml	2009-04-30 22:31:06 UTC (rev 13984)
@@ -9,6 +9,6 @@
     </sectioninfo>
     
 <title>Description</title>
-    <para><emphasis role="bold"><property>&lt;a4j:page&gt;</property></emphasis> is used for solving of incompatibility problems in early Ajax4jsf  versions. The component encodes the full html page structure. </para>
+    <para><emphasis role="bold"><property>&lt;a4j:page&gt;</property></emphasis> is used for solving incompatibility problems in early Ajax4jsf  versions. The component encodes the full html page structure. </para>
   </section>
 </root>

Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml	2009-04-30 21:58:25 UTC (rev 13983)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml	2009-04-30 22:31:06 UTC (rev 13984)
@@ -84,7 +84,7 @@
   </section>
   <section>
     <title>Key attributes and ways of usage</title>
-    <para>The component is mostly used to solve the following problem with MyFaces for erlier Ajax4jsf versions: in MyFaces <emphasis role="bold">
+    <para>The component is mostly used to solve the following problem with MyFaces for earlier Ajax4jsf versions: in MyFaces <emphasis role="bold">
         <property>&lt;f:view&gt;</property>
       </emphasis> doesn&apos;t get control over the 
         <property>RENDER_RESPONSE</property>
@@ -137,7 +137,7 @@
   <section>
     <title>Relevant resources links</title>
 	<para>
-	  <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/page.jsf?c=page">On RichFaces LiveDemo page </ulink> you can found some additional information for <emphasis role="bold"
+	  <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/page.jsf?c=page">On RichFaces Live Demo page </ulink> you can found some additional information for <emphasis role="bold"
 	    ><property>&lt;a4j:page&gt;</property></emphasis> component usage.
 	</para>  	
   </section>




More information about the richfaces-svn-commits mailing list