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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Sep 25 08:54:23 EDT 2007


Author: euhvasko
Date: 2007-09-25 08:54:23 -0400 (Tue, 25 Sep 2007)
New Revision: 3089

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/page.xml
   trunk/docs/userguide/en/src/main/docbook/included/poll.xml
   trunk/docs/userguide/en/src/main/docbook/included/status.xml
   trunk/docs/userguide/en/src/main/docbook/included/support.xml
Log:
http://jira.jboss.com/jira/browse/RF-622 Ajax4jsf was changed to RichFaces

Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml	2007-09-25 10:03:00 UTC (rev 3088)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml	2007-09-25 12:54:23 UTC (rev 3089)
@@ -73,7 +73,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 Ajax4gsf versions: in MyFaces <emphasis role="bold">
+    <para>The component is mostly used to solve the following problem with MyFaces for erlier Ajax4jsf versions: in MyFaces <emphasis role="bold">
         <property>&lt;f:view&gt;</property>
       </emphasis> doesn&apos;t get control over the &quot;<emphasis >
         <property>RENDER_RESPONSE</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2007-09-25 10:03:00 UTC (rev 3088)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2007-09-25 12:54:23 UTC (rev 3089)
@@ -60,7 +60,7 @@
   </section>
   <section>
     <title>Key attributes and ways of usage</title>
-    <para>The component decodes all necessary JavaScript for time count and on the expiry of some interval for calling of a Ajax4jsf utility  method for Ajax request sending (A4J.AJAX.Submit (Some request parameters)).
+    <para>The component decodes all necessary JavaScript for time count and on the expiry of some interval for calling of a RichFaces utility  method for Ajax request sending (A4J.AJAX.Submit (Some request parameters)).
 	 </para>
 	 <para>
 	 The timer could be stopped or started in any time. The current state is controlled on the component with the <emphasis >
@@ -69,7 +69,7 @@
 	 </para>
 	 <programlisting role="XML"><![CDATA[<a4j:poll interval="1000" enabled="#{bean.boolProperty}"/>
 ]]></programlisting>
-<para>As any Ajax4jsf Action component, <emphasis role="bold">
+<para>As any RichFaces Action component, <emphasis role="bold">
         <property>&lt;a4j:poll&gt;</property>
       </emphasis> has all described in the <emphasis role="bold">
         <property><ulink url="index.html#support">&lt;a4j:support&gt;</ulink></property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml	2007-09-25 10:03:00 UTC (rev 3088)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml	2007-09-25 12:54:23 UTC (rev 3089)
@@ -88,7 +88,7 @@
             Definition with the <emphasis >
         <property>&quot;status&quot;</property>
        </emphasis> 
-attribute obtained by any Ajax4jsf library action component. The attribute should point at the <emphasis role="bold">
+attribute obtained by any RichFaces library action component. The attribute should point at the <emphasis role="bold">
           <property>&lt;a4j:status&gt;</property>
         </emphasis>  component &quot;id&quot;. Then this  <emphasis role="bold">
           <property>&lt;a4j:status&gt;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml	2007-09-25 10:03:00 UTC (rev 3088)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml	2007-09-25 12:54:23 UTC (rev 3089)
@@ -75,11 +75,11 @@
 <input  onkeyup="A4J.AJAX.Submit( Some request parameters )"/>
 ]]></programlisting>
     <para>As you see from the code, the &quot;onkeyup&quot;
-event calls a utility ajax4jsf method that submit a form creating a special marks for a filter informing that  it is an Ajax request. Thus, any supports quantity could be added to every component, the supports define component behavior on these events. </para>
+event calls a utility RichFaces method that submit a form creating a special marks for a filter informing that  it is an Ajax request. Thus, any supports quantity could be added to every component, the supports define component behavior on these events. </para>
     <note>
       <para>The components: <emphasis role="bold"><property>&lt;a4j:commandLink&gt;</property></emphasis>, <emphasis role="bold"><property>&lt;a4j:commandButton&gt;</property></emphasis>, <emphasis role="bold">
           <property>&lt;a4j:poll&gt;</property>
-        </emphasis> and others from Ajax4jsf library are already supplied with <emphasis role="bold">
+        </emphasis> and others from RichFaces library are already supplied with <emphasis role="bold">
           <property>&lt;a4j:support&gt;</property>
         </emphasis> functionality and there is no necessity to add the support to them. </para>
     </note>




More information about the richfaces-svn-commits mailing list