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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 21 18:35:29 EDT 2009


Author: smukhina
Date: 2009-04-21 18:35:29 -0400 (Tue, 21 Apr 2009)
New Revision: 13748

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/region.xml
   trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
   trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6023 Demonstrative pronouns as links, here is replaced everywhere in RF with more meaningful phrases  

Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2009-04-21 18:40:38 UTC (rev 13747)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2009-04-21 22:35:29 UTC (rev 13748)
@@ -390,10 +390,10 @@
                               in the messages. For example, {1} for
                                         <code>&quot;DoubleRangeValidator.MAXIMUM&quot;</code>,
                               {2} for <code>&quot;ShortConverter.SHORT&quot;</code>. </para>
-                    <para>
+                    <para>In RichFaces Cookbook article about
                               <ulink
                                         url="http://wiki.jboss.org/auth/wiki/RichFacesCookbook/DetailModalPanelFromTable"
-                                        > Here </ulink> there is information for those of you who
+                                        > Modal Panel </ulink> there is information for those of you who
                               would like to click on a details link in table and have it show a
                               modal panel with information loaded from the server. </para>
           </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2009-04-21 18:40:38 UTC (rev 13747)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2009-04-21 22:35:29 UTC (rev 13748)
@@ -191,10 +191,10 @@
 	</section>
 	<section>
 		<title>Relevant resources links</title>
-		<para>
+		<para>On
 			<ulink
 				url="http://livedemo.exadel.com/richfaces-demo/richfaces/outputPanel.jsf?c=outputPanel"
-				> Here </ulink> you can see the example of <emphasis role="bold">
+				> RichFaces Live Demo page </ulink> you can see the example of <emphasis role="bold">
 				<property>&lt;a4j:outputPanel&gt;</property>
 			</emphasis> usage and sources for the given example. </para>
 		<para> Some additional information about usage of component can be found on the <ulink

Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml	2009-04-21 18:40:38 UTC (rev 13747)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml	2009-04-21 22:35:29 UTC (rev 13748)
@@ -57,7 +57,7 @@
   </section>
   <section>
     <title>Key attributes and ways of usage</title>
-    <para>The region is a component used for manipulation with components sent to the server. It sets particular processing parameters for an area on the server, i.e. the region deals with data input on the server and has no direct impact on output. To read more on the components responsible for out, see &quot;reference&quot; <ulink url="http://java.sun.com/javaee/javaserverfaces/reference/index.html">here</ulink>.
+    <para>The region is a component used for manipulation with components sent to the server. It sets particular processing parameters for an area on the server, i.e. the region deals with data input on the server and has no direct impact on output. To read more on the components responsible for out, see <ulink url="http://java.sun.com/javaee/javaserverfaces/reference/index.html">Sun official documentation</ulink>.
 </para>
     <para>The region marks an area page that is decoded on the server. In most cases it is not necessary to use the region, as ViewRoot is a default region. This component helps to reduce data quantity processed by the server, but the region doesn&apos;t influence on the standard submission rules. It means that:<itemizedlist>
         <listitem><para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2009-04-21 18:40:38 UTC (rev 13747)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2009-04-21 22:35:29 UTC (rev 13748)
@@ -275,8 +275,8 @@
                                         </listitem>
                               </itemizedlist>
                     </para>
-                    <para>Information about sorting and filtering you can find <link linkend="sort"
-                                        >here</link>.</para>
+                    <para>Information about sorting and filtering you can find in RichFaces Developer guide section about<link linkend="sort"
+                                        >sorting</link>.</para>
                     <para> Information about the <emphasis>
                                         <property>&quot;process&quot;</property>
                     </emphasis> attribute usage you can find in the 

Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml	2009-04-21 18:40:38 UTC (rev 13747)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionbox.xml	2009-04-21 22:35:29 UTC (rev 13748)
@@ -268,10 +268,10 @@
                                         <property>&quot;process&quot;</property>
                     </emphasis> attribute usage you can findin the 
                               <link linkend="process"> &quot;Decide what to process&quot; </link> guide section. </para>
-                    <para>
+                    <para>In RichFaces Wiki article about
                               <ulink
                                         url="http://wiki.jboss.org/wiki/RichFacesSuggestionGettingAdditionalProperties"
-                                        >Here </ulink> you can find example of getting additional
+                                        >Additional Properties </ulink> you can find example of getting additional
                               properties. </para>
           </section>
           <section>




More information about the richfaces-svn-commits mailing list