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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 16 09:06:57 EST 2008


Author: smukhina
Date: 2008-01-16 09:06:57 -0500 (Wed, 16 Jan 2008)
New Revision: 5419

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
Log:
language is corrected 


Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml	2008-01-16 14:05:51 UTC (rev 5418)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml	2008-01-16 14:06:57 UTC (rev 5419)
@@ -21,7 +21,7 @@
         <title>Key Features</title>
         <itemizedlist>
             <listitem>Presents jQuery JavaScript framework functionality</listitem>
-            <listitem>Allows to apply onto JSF components and other DOM objects.</listitem>
+            <listitem>Able to apply onto JSF components and other DOM objects.</listitem>
             <listitem>Works without conflicts with prototype.js library</listitem>
         </itemizedlist>
     </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2008-01-16 14:05:51 UTC (rev 5418)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2008-01-16 14:06:57 UTC (rev 5419)
@@ -240,7 +240,7 @@
 
     <para>In addition, RichFaces allows using either a component id or client id if you apply the
       query to a JSF component. When you define a selector, RichFaces examines its content and
-      tries to replace the defined in the selector id with component id if it's found.</para>
+      tries to replace the defined in the selector id with a component id if it's found.</para>
     <para>For example, you have the following code:</para>
 
     <programlisting role="XML"><![CDATA[...
@@ -279,7 +279,7 @@
       </emphasis> generates a JavaScript function that might be used from any place of JavaScript
       code on a page.</para>
 
-    <para>There is an example of how to enlarge the picture smoothly on mouse over event and return
+    <para>There is an example of how to enlarge the picture smoothly on a mouse over event and return
       back to the normal size on mouse out:</para>
 
     <programlisting role="XML"><![CDATA[...
@@ -302,15 +302,15 @@
     <para><emphasis role="bold">
         <property>&lt;rich:jQuery&gt;</property>
       </emphasis> adds styles and behavior to the DOM object dynamically. This means if you replace
-      something on a page during an Ajax response, the applied artifacts will be overwritten. You
-      are resistible to apply them again after the Ajax response is complete.</para>
+      something on a page during an Ajax response, the applied artifacts will be overwritten. But you
+      are allowed to apply them again after the Ajax response is complete.</para>
     <para>Usually, it could be done with reRendering the <emphasis role="bold">
         <property>&lt;rich:jQuery&gt;</property>
       </emphasis> components in the same Ajax interaction with the components these queries are
       applied to. Note, that queries with <emphasis>
         <property>&quot;timing&quot;</property>
       </emphasis> attribute set to <property>&quot;onload&quot;</property> are not
-      invoked even the query is reRendered, because a DOM document is not fully reloaded during
+      invoked even if the query is reRendered, because a DOM document is not fully reloaded during
       the Ajax interaction. If you need to re-applies query with
         <property>&quot;onload&quot;</property> value of <emphasis>
         <property>&quot;timing&quot;</property>
@@ -324,14 +324,14 @@
       without defining the <emphasis role="bold">
         <property>&lt;rich:jQuery&gt;</property>
       </emphasis> component on a page if it is convenient for you. To start using the jQuery feature
-      on the page, include the library to the page with the following code:</para>
+      on the page, include the library into a page with the following code:</para>
 
     <programlisting role="XML"><![CDATA[...
     <a4j:loadScript src="resource://jquery.js"/>
 ...]]></programlisting>
 
     <para>Refer to the <ulink url="http://docs.jquery.com/">jQuery documentation </ulink> for the
-      right sintax. Remember to use jQuery() function instead of $(), as soon as jQuery works
+      right syntax. Remember to use jQuery() function instead of $(), as soon as jQuery works
       without conflicts with prototype.js.</para>
   </section>
   




More information about the richfaces-svn-commits mailing list