[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r260 - in trunk/docs/userguide/en/src/main/docbook: modules and 1 other directory.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Mon Jun 11 11:36:27 EDT 2007


Author: vkukharchuk
Date: 2007-06-11 11:36:26 -0400 (Mon, 11 Jun 2007)
New Revision: 260

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml
   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/modules/a4jUGfaq.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGintro.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml
Log:


Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml	2007-06-08 23:32:54 UTC (rev 259)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml	2007-06-11 15:36:26 UTC (rev 260)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <root>
 	<section>
+	  
 		<title>Description</title>
 		<para>
 			Inserts script links to the head element. Render the value of the component as the value of 

Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml	2007-06-08 23:32:54 UTC (rev 259)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml	2007-06-11 15:36:26 UTC (rev 260)
@@ -47,7 +47,7 @@
   <section>
     <title>Key attributes and ways of usage</title>
     <para>
-    	As it was mentioned before this componment returns its value passing it to the
+    	As it was mentioned <link linkend="loadScript">before</link> this componment 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-06-08 23:32:54 UTC (rev 259)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml	2007-06-11 15:36:26 UTC (rev 260)
@@ -47,7 +47,7 @@
   <section>
     <title>Key attributes and ways of usage</title>
     <para>
-    	As it was mentioned before this componment returns its value passing it to the
+    	As it was mentioned <link linkend="loadStyle">before</link> this componment 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/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-08 23:32:54 UTC (rev 259)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-11 15:36:26 UTC (rev 260)
@@ -16,7 +16,7 @@
   <?dbhtml filename="DecidingWhatToChangeOnTheServerSide.html"?>
     <title>Deciding what to change on the server side</title>
     <para>
-            As it was mentioned before, the list of zones to be reRendered can be specified
+            As it was mentioned  <ulink url="index.html#DecideWhatToChange">before</ulink>, the list of zones to be reRendered can be specified
             as EL expression. But there is a question that must be specified more exactly. 
         </para>
     <para>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGintro.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGintro.xml	2007-06-08 23:32:54 UTC (rev 259)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGintro.xml	2007-06-11 15:36:26 UTC (rev 260)
@@ -75,7 +75,7 @@
      this without deploying the test application into the Servlet container. </para>
   </formalpara>
   <para><property>Ajax4jsf</property> components come ready to use out-of-the-box, so 
-  developers save their time and immediately gain the advantage of the mentioned above 
+  developers save their time and immediately gain the advantage of the mentioned <link linkend="Introduction">above</link> 
   features in Web applications creation. As a result, usage experience can be faster and 
   easily obtained.</para>
 </chapter>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml	2007-06-08 23:32:54 UTC (rev 259)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml	2007-06-11 15:36:26 UTC (rev 260)
@@ -169,7 +169,7 @@
         <listitem>
               <emphasis role="italic">
               <property>&quot;reRender&quot;</property>
-            </emphasis>attribute as it was mentioned before specifies components to be reRendered 
+            </emphasis>attribute as it was mentioned  <link linkend="SendAnAJAXRequest">before</link> specifies components to be reRendered 
               after AJAX response. The attribute can be specified using EL expression and formed dynamicaly on the
               server side (see <ulink url="index.html#FAQ">FAQ chapter</ulink>).
 		</listitem>




More information about the ajax4jsf-svn-commits mailing list