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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 16 06:51:40 EDT 2007


Author: smukhina
Date: 2007-08-16 06:51:40 -0400 (Thu, 16 Aug 2007)
New Revision: 2286

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
   trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml
   trunk/docs/userguide/en/src/main/docbook/included/push.xml
   trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
   trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
   trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
   trunk/docs/userguide/en/src/main/docbook/included/tree.xml
   trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
Log:
http://jira.jboss.com/jira/browse/RF-398
some spelling mistakes were corrected

Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -2,7 +2,7 @@
 <section>
     <para>The <emphasis role="bold">
         <property>&lt;a4j:actionparam&gt;</property>
-      </emphasis> component combines the functionalityity of both JSF components:  <emphasis role="bold">
+      </emphasis> component combines the functionality of both JSF components:  <emphasis role="bold">
         <property>&lt;f:param&gt;</property>
       </emphasis> and <emphasis role="bold">
         <property>&lt;f:actionListener&gt;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -7,7 +7,7 @@
 </sectioninfo>
 <section>
 <title>Description</title>
-    <para>The component designed for providing the functionalityity of tables scrolling using AJAX 
+    <para>The component designed for providing the functionality of tables scrolling using AJAX 
     requests.</para>
     <figure>
         <title>Datascroller component</title>
@@ -23,7 +23,7 @@
         
         <itemizedlist>
             <listitem>
-                <para>Provides table scrolling functionalityity</para>
+                <para>Provides table scrolling functionality</para>
             </listitem>
             
             <listitem>

Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -75,7 +75,7 @@
     <title>Details of Usage</title>
     <para>The <emphasis role="bold">
         <property>&lt;rich:Datascroller&gt;</property>
-      </emphasis> component provides table scrolling functionalityity the same as tomahawk scroller but
+      </emphasis> component provides table scrolling functionality the same as tomahawk scroller but
       with Ajax requests usage.</para>
     <para>The component should be placed into footer of the parent table or be bound to it with the <emphasis>
         <property>&quot;for&quot;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -85,7 +85,7 @@
 
     <para><property>dndParam</property> is used during drag-and-drop
     operations to pass parameters to an indicator. At first, a parameter type
-    is defined with the type attribute (to specify parameter functionalityity),
+    is defined with the type attribute (to specify parameter functionality),
     then a parameter name could be defined with the name and value attribute.
     Although, it&apos;s possible to use nested content defined inside
     <property>dndParam</property> for value definition, instead of the

Modified: trunk/docs/userguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -51,7 +51,7 @@
 	<para>The main difference between <emphasis role="bold"><property>&lt;a4j:push&gt;</property></emphasis>and
 	<emphasis role="bold"><property>&lt;a4j:poll&gt;</property></emphasis> components
 	is that <emphasis role="bold"><property>&lt;a4j:push&gt;</property></emphasis> makes request to minimal code only (not to JSF tree) in order to check the presence of messages in the queue. 
-	If the message exists the complete request will be performed.
+	If a message exists, a complete request will be performed.
 	The component doesn't poll registered beans but registers EventListener which receives messages about events.
 	</para>	
 <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -90,7 +90,7 @@
     <title>Note:</title>
     <para>The <emphasis role="bold">
         <property>&lt;a4j:repeater&gt;</property>
-       </emphasis> component is defined as fully updated, but really updated there are only the strings which rowKeys are included into the set <emphasis >
+       </emphasis> component is defined as fully updated, but really updated there are only the strings which rowKeys includes into the set <emphasis >
         <property>&quot;ajaxRowSet&quot;</property>
        </emphasis> defined in the <emphasis >
         <property>&quot;ajaxKeys&quot;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -103,7 +103,7 @@
       </section>
     <section>
     <title>Look-and-Feel Customization</title>
-    <para>For skinnability implementation the components use a <emphasis 
+    <para>For skinnability implementation, the components use a <emphasis 
 ><property>style class redefinition method</property></emphasis>.</para>
     <para>Default style classes are mapped on <emphasis 
 ><property>skin parameters</property>.</emphasis></para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -86,7 +86,7 @@
         <property>&quot;initialState&quot;</property>
       </emphasis> attribute, where a facet name that is shown at first is defined.</para>
     <note><title>Note:</title> It&apos;s also possible to define an
-        <property>&quot;empty&quot;</property> facet to implement the functionalityity as
+        <property>&quot;empty&quot;</property> facet to implement the functionality as
       drop-down panels have and make the facet active when no content is required to be rendered.</note>
     <para>Switching mode could be defined with the <emphasis>
         <property>&quot;switchType&quot;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -75,7 +75,7 @@
       bar with possibility to group, arrange on the both bar sides, and place predefined separators
       between them.</para>
     <para>Grouping and an input side definition is described for <property>toolBarGroup</property>
-      that defines this functionalityity.</para>
+      that defines this functionality.</para>
     <para>Separators are located between components with the help of the <emphasis>
         <property>&quot;itemSeparator&quot;</property>
       </emphasis> attribute with four predefined values:</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -162,7 +162,7 @@
   </section>
   <section>
     <title>Built-In Drag and Drop</title>
-    <para>The tree component functionalityity provides a built-in support for Drag and Drop
+    <para>The tree component functionality provides a built-in support for Drag and Drop
       operations. The main usage principles are the same as for Rich Faces Drag and Drop wrapper
       components. Hence, to get additional information on the topic, read the corresponding
         chapters:<link linkend="dndParam">&quot;rich:dndParam&quot;</link>

Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.desc.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.desc.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -7,7 +7,7 @@
 </sectioninfo>
 <section>
 <title>Description</title>
-    <para>The component that presents the Microsoft <property>Virtual Earth map</property> in the JSF applications.</para>
+    <para>It&apos;s the component that presents the Microsoft <property>Virtual Earth map</property> in the JSF applications.</para>
     <figure>
         <title>virtualEarth component</title>
     <mediaobject> 
@@ -20,7 +20,7 @@
     <section>
     <title>Key Features</title>
     <itemizedlist>
-        <listitem>Presents the Microsoft <property>Virtual Earth map</property> functionalityity</listitem>
+        <listitem>Presents the Microsoft <property>Virtual Earth map</property> functionality</listitem>
         <listitem>Highly customizable via attributes</listitem> 
         <listitem>No developers JavaScript writing is needed to use it on the pages</listitem>
     </itemizedlist>

Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml	2007-08-16 09:27:48 UTC (rev 2285)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml	2007-08-16 10:51:40 UTC (rev 2286)
@@ -145,7 +145,7 @@
   <section>
     <title>Relevant resources links</title>
     <para>
-      <ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">Here</ulink> you can found
+      <ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">Here</ulink> you can found additional
       information about Microsoft <property>Virtual Earth map</property>.</para>
   </section>
 




More information about the richfaces-svn-commits mailing list