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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 31 07:41:11 EDT 2007


Author: smukhina
Date: 2007-08-31 07:41:11 -0400 (Fri, 31 Aug 2007)
New Revision: 2644

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/effect.xml
   trunk/docs/userguide/en/src/main/docbook/included/log.xml
   trunk/docs/userguide/en/src/main/docbook/included/treeNodes.desc.xml
Log:
http://jira.jboss.com/jira/browse/RF-398
some spelling mistakes are corrected

Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml	2007-08-31 11:18:53 UTC (rev 2643)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml	2007-08-31 11:41:11 UTC (rev 2644)
@@ -8,15 +8,15 @@
     <section>
         <title>Description</title>
         <para>
-		The <property>rich:effect</property> utilizes the set of effects provided by scriptaculous javascript library.
+		The <property>rich:effect</property> utilizes a set of effects provided by the scriptaculous JavaScript library.
 		It allows to attach effects to JSF components and html tags.
 		</para>
     </section>	
     <section>
         <title>Key Features</title>
         <itemizedlist>
-            <listitem>No developers JavaScript writing needed to use on the pages</listitem>
-            <listitem>Presents scriptaculous javascript library functionality</listitem>
+            <listitem>No developers JavaScript writing needed to use it on pages</listitem>
+            <listitem>Presents scriptaculous JavaScript library functionality</listitem>
         </itemizedlist>
     </section>
 </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2007-08-31 11:18:53 UTC (rev 2643)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2007-08-31 11:41:11 UTC (rev 2644)
@@ -74,11 +74,11 @@
 <para>	
 	It is possible to use <property>&lt;rich:effect&gt;</property> in two modes: 
 <itemizedlist>
-        <listitem>attached to the JSF components or html tags and triggered by particular event.
-		Wiring effect with JSF components might be occurs on the server or client.
+        <listitem>attached to the JSF components or html tags and triggered by a particular event.
+		Wiring effect with JSF components might occur on the server or client.
 		Wiring with html tag is possible only on the client side </listitem>
-        <listitem>invoking from the javascript code by effect name.
-		During the rendering, <property>rich:effect</property> generates the javascript function with defined name. When the function is called,
+        <listitem>invoking from the JavaScript code by an effect name.
+		During the rendering, <property>rich:effect</property> generates the JavaScript function with defined name. When the function is called,
 		the effect is applied </listitem>
 </itemizedlist>
 </para>
@@ -93,7 +93,7 @@
 </rich:panel>
 ...
 
-<!--  invoking from javascript -->
+<!--  invoking from JavaScript -->
 <div id="contentDiv">
   ..... div content ......
 </div>
@@ -130,13 +130,13 @@
     </figure>
 
 <para>
-<emphasis><property>&quot;name&quot;</property></emphasis> attribute defines the name of the javascript function will
-be generated on the page when the component is rendered. You can invoke this function to activate the effect. The function access one parameter.
+<emphasis><property>&quot;name&quot;</property></emphasis> attribute defines a name of the JavaScript function will
+be generated on the page when the component is rendered. You can invoke this function to activate the effect. The function accesses one parameter.
 It is a set of effect options in JSON format. 
 </para> 
 
 <para>
-<emphasis><property>&quot;type&quot;</property></emphasis> attribute defines the type of effect. For example, "Fade", "Blind", "Opacity". Take a look at scriptaculous documentation
+<emphasis><property>&quot;type&quot;</property></emphasis> attribute defines the type of an effect. For example, "Fade", "Blind", "Opacity". Have a look at <ulink url="http://script.aculo.us">scriptaculous documentation</ulink>
 for set of available effect. 
 </para>
 
@@ -155,9 +155,9 @@
 the <property>rich:effect</property> attribute. Those are: 
 <itemizedlist>
         <listitem><emphasis><property>&quot;effectId&quot;</property></emphasis> allows to re-define the target of effect.
-		The option is overrire the value of <emphasis><property>&quot;for&quot;</property></emphasis> attribute</listitem>
+		The option is override the value of <emphasis><property>&quot;for&quot;</property></emphasis> attribute</listitem>
         <listitem><emphasis><property>&quot;effectType&quot;</property></emphasis> defines the effect type.
-		The option is overrire the value of <emphasis><property>&quot;type&quot;</property></emphasis> attribute</listitem>
+		The option is override the value of <emphasis><property>&quot;type&quot;</property></emphasis> attribute</listitem>
 </itemizedlist>
 </para>
 	

Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml	2007-08-31 11:18:53 UTC (rev 2643)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml	2007-08-31 11:41:11 UTC (rev 2644)
@@ -68,7 +68,7 @@
     <para>The component defined this way is decoded on a page as <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> inside a page, where all the information beginning with informational message is generated.</para>
     <note>
       <title>Note:</title>
-      <para><emphasis role="bold">&lt;a4j:log&gt;</emphasis> is getting renewed automatically after execution of ajax requests. Don't renew <emphasis role="bold">&lt;a4j:log&gt;</emphasis> by using reRender!</para>
+      <para><emphasis role="bold">&lt;a4j:log&gt;</emphasis> is getting renewed automatically after execution of Ajax requests. Don't renew <emphasis role="bold">&lt;a4j:log&gt;</emphasis> by using reRender!</para>
     </note>
   </section>
   <!--

Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNodes.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNodes.desc.xml	2007-08-31 11:18:53 UTC (rev 2643)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNodes.desc.xml	2007-08-31 11:41:11 UTC (rev 2644)
@@ -25,8 +25,8 @@
     <section>
         <title>Key Features</title>
         <itemizedlist>
-			<listitem>Allows to define set of nodes</listitem>
-            <listitem>No developers JavaScript writing needed to use on the pages</listitem>
+			<listitem>Allows to define a set of nodes</listitem>
+            <listitem>No developers JavaScript writing needed to use it on pages</listitem>
 			<listitem>Built-in Ajax processing</listitem>
         </itemizedlist>
     </section>




More information about the richfaces-svn-commits mailing list