[richfaces-svn-commits] JBoss Rich Faces SVN: r2508 - in trunk/docs/userguide/en/src/main/docbook: modules and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 27 09:34:00 EDT 2007


Author: sabrashevich
Date: 2007-08-27 09:34:00 -0400 (Mon, 27 Aug 2007)
New Revision: 2508

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
   trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
   trunk/docs/userguide/en/src/main/docbook/included/page.xml
   trunk/docs/userguide/en/src/main/docbook/included/panel.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
   trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
   trunk/docs/userguide/en/src/main/docbook/included/support.xml
   trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
   trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/tree.xml
   trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
   trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
http://jira.jboss.com/jira/browse/RF-638?page=all links are corrected

Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -55,7 +55,7 @@
   <section>
     <title>Key attributes and ways of usage</title>
     <para>
-    	As it was mentioned <link linkend="loadScript">before</link> this componment returns its value passing it to the
+    	As it was mentioned <link linkend="loadScript">above</link> this component returns its value passing it to the
     	 getResourceUR() method of the ViewHandler for this application, and passing 
     	 the result	through the encodeResourceURL() method of the ExternalContext.
     </para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -55,7 +55,7 @@
   <section>
     <title>Key attributes and ways of usage</title>
     <para>
-    	As it was mentioned <link linkend="loadStyle">before</link> this componment returns its value passing it to the
+    	As it was mentioned <link linkend="loadStyle">above</link> this component returns its value passing it to the
     	 getResourceUR() method of the ViewHandler for this application, and passing 
     	 the result	via the encodeResourceURL() method of the ExternalContext.
     </para>
@@ -65,7 +65,7 @@
     </para>
     <para>
     	Except this - you may be free to put your stylesheet links right from the child 
-    	page while using <property>facelets templates</property> .
+    	page while using <property>facelets templates</property>.
     </para>
 </section>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -34,7 +34,7 @@
   <section>
     <title>Creating on a page</title>
     <para>This component should be defined as a child component for <emphasis role="bold">
-        <property>&lt;f:view&gt;</property>
+        <property>&lt;f:view&gt;:</property>
       </emphasis></para>
     <programlisting role="XML"><![CDATA[<f:view>
  <a4j:page>

Modified: trunk/docs/userguide/en/src/main/docbook/included/panel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panel.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/panel.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -139,7 +139,7 @@
         </imageobject>
       </mediaobject>
     </figure>
-    <para>As it has been mentioned above, the component is mostly used for a page style definition,
+    <para>As it has been mentioned <link linkend="panel">above</link>, the component is mostly used for a page style definition,
       hence the main attributes are style ones.</para>
     <itemizedlist>
       <listitem> styleClass and style </listitem>

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -76,7 +76,7 @@
     </section>
     <section>
         <title>Details of Usage</title>
-        <para>As it was mentioned above, <property>panelBar</property> is used for grouping any
+        <para>As it was mentioned <link linkend="panelBar">above</link>, <property>panelBar</property> is used for grouping any
             content on the client, thus its customization deals only with specification of sizes and
             styles for rendering.</para>
         <para><emphasis>

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -89,7 +89,7 @@
     </rich:panelBarItem>
 ...
 ]]></programlisting>
-    <para>As it was mentioned above, <property>panelBarItem</property> is used for grouping any
+    <para>As it was mentioned <link linkend="panelBarItem">above</link>, <property>panelBarItem</property> is used for grouping any
       content inside within one <property>panelBar</property>, thus its customization deals only
       with specification of sizes and styles for rendering.</para>
       <para><property>panelBar</property> could contain any number of child

Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version='1.0' encoding='UTF-8'?>
 <chapter>
   
       <table>
@@ -51,7 +51,7 @@
     <title>Key attributes and ways of usage</title>
 	<para>
 	Portal page can include some instances of the same portlet but clientId of elements should be different for each window.
-	In that case 'namespace' is used for each portlet. The <emphasis role="bold"><property>&lt;a4j:portlet&gt;</property></emphasis> 
+	In that case &apos;namespace&apos; is used for each portlet. The <emphasis role="bold"><property>&lt;a4j:portlet&gt;</property></emphasis> 
 	implemets NaimingContainer interface and adds namespace to all componets on a page.
 	All portlet content should be wrapped by <emphasis role="bold"><property>&lt;a4j:portlet&gt;</property></emphasis> for resolving problems mentioned
 	before. 

Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -145,7 +145,7 @@
 	</h:inputText>
 	<h:outputText value="#{person.name}" id="test"/>
 </form>]]></programlisting>
-          <para>This example clearly shows  mentioned <ulink url="index.html#support">above</ulink> attributes. If quick typing in a text field happens, every next requests sending is delayed for a second and requests quantity is reduced. The requests are kept in the queue&quot; till its the sending.
+          <para>This example clearly shows  mentioned above attributes. If quick typing in a text field happens, every next requests sending is delayed for a second and requests quantity is reduced. The requests are kept in the queue till its the sending.
 Moreover, if the next request is already sent, the rerendering after the previous request is banned, and
  it helps to avoid unnecessary processing on the client.</para>
         </listitem>

Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -73,7 +73,7 @@
   </section>
   <section>
     <title>Details of Usage</title>
-    <para>As it was mentioned above, <property>TabPanel</property> groups content on panels and
+    <para>As it was mentioned <link linkend="tabPanel">above</link>, <property>TabPanel</property> groups content on panels and
       performs switching from one to another. Hence, modes of switching between panels are described
       first of all.</para>
     <note><title>Note:</title> All <property>tabPanels</property> should be wrapped into a form

Modified: trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -73,7 +73,7 @@
   </section>
   <section>
     <title>Details of Usage</title>
-    <para>As it was mentioned above, the <property>control</property> could be in any place in 
+    <para>As it was mentioned <link linkend="toggleControl">above</link>, the <property>control</property> could be in any place in 
     layout and linked to a switching panel that is managed with <emphasis 
 
 ><property>&quot;for&quot;</property></emphasis> attribute (in the <emphasis 

Modified: trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -78,7 +78,7 @@
   </section>
   <section>
     <title>Details of Usage</title>
-    <para>As it was mentioned above, <property>togglePanel</property> splits content into named
+    <para>As it was mentioned <link linkend="togglePanel">above</link>, <property>togglePanel</property> splits content into named
       facets that become rendered and processed when a click performed on controls linked to this
         <property>togglePanel</property> (either switched on the client or send requests on the
       server for switching).</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -70,7 +70,7 @@
   </section>
   <section>
     <title>Details of Usage</title>
-    <para>As it has been mentioned above the tree component allows to render any tree-like structure
+    <para>As it has been mentioned <link linkend="tree">above</link> the tree component allows to render any tree-like structure
       of data.</para>
     <para>A bean property is passed into a tree <property>value</property> attribute. The property
       keeps the structure of a org.richfaces.component.TreeNode type (you could have a look at this

Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -107,7 +107,7 @@
   </section>
   <section>
     <title>Look-and-Feel Customization</title>
-    <para>As it has been mentioned above, <property>treeNode</property> defines a template for nodes
+    <para>As it has been mentioned <link linkend="treeNode">above</link>, <property>treeNode</property> defines a template for nodes
       rendering in a tree. Thus, during XML document rendering (a web.xml application) as a tree,
       the following nodes output (passed via var=&quot;data&quot; on a tree) happens:</para>
 

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2007-08-27 13:24:45 UTC (rev 2507)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2007-08-27 13:34:00 UTC (rev 2508)
@@ -268,11 +268,11 @@
   <section id="RequestErrorsAndSessionExpirationHandling">
   <?dbhtml filename="RequestErrorsAndSessionExpirationHandling.html"?>
   <title>Request Errors and Session Expiration Handling</title>
-  <para>RichFaces allows to redefine standard handlers responsible for processing of different exceptional situations. It helps to define own JavaScript, which is executed when this situations occur.</para>
+  <para>RichFaces allows to redefine standard handlers responsible for processing of different exceptional situations. It helps to define own JavaScript, which is executed when these situations occur.</para>
   <section id="RequestErrorsHandling">
   <?dbhtml filename="RequestErrorsHandling.html"?>
     <title>Request Errors Handling</title>
-    <para>To execute your own code on the client in case of an error during Ajax request, it's necessary to redefine the standard "A4J.AJAX.onError " method:</para>
+    <para>To execute your own code on the client in case of an error during Ajax request, it&apos;s necessary to redefine the standard &quot;A4J.AJAX.onError&quot; method:</para>
 	<programlisting role="JAVA"><![CDATA[A4J.AJAX.onError = function(req,status,message) { 
           // Custom Developer Code 
 };]]></programlisting>




More information about the richfaces-svn-commits mailing list