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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 27 06:42:57 EDT 2007


Author: smukhina
Date: 2007-06-27 06:42:57 -0400 (Wed, 27 Jun 2007)
New Revision: 1334

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
Language correction

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2007-06-26 20:13:59 UTC (rev 1333)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2007-06-27 10:42:57 UTC (rev 1334)
@@ -53,7 +53,7 @@
 
         <section>
                 <?dbhtml filename="WhatstructureofRichFacesSVNrepositoryis"?>
-                <title>What structure of RichFaces SVN repository is?</title>
+                <title>What is the structure of RichFaces SVN repository?</title>
                 <para>RichFaces repository structure overview can be found <ulink
                                 url="http://labs.jboss.com/wiki/RichFacesRepositoryStructureOverview"
                                 >here</ulink>.</para>
@@ -70,7 +70,7 @@
 
         <section>
                 <?dbhtml filename="IstheredemoforRichFacescomponents"?>
-                <title>Is there demo for RichFaces 3.0.1 components?</title>
+                <title>Where could I find a demo for RichFaces 3.0.1 components?</title>
                 <para>Online demo Web applications that show the most important functionality of
                         RichFaces components are available <ulink
                                 url="http://livedemo.exadel.com/richfaces-demo/">here</ulink>.</para>
@@ -95,8 +95,8 @@
 
         <section>
                 <?dbhtml filename="WhyRichFaceslibrarycondataTablecomp"?>
-                <title>Why RichFaces library contains &lt;rich:dataTable&gt; component if
-                        the standard &lt;h:dataTable&gt; exists?</title>
+                <title>Why RichFaces library contains &lt;rich:dataTable&gt; component, though there is
+                        the standard &lt;h:dataTable&gt;</title>
                 <para>The answer could be found <ulink
                                 url="http://labs.jboss.com/wiki/RichFacesArticleDataTable"
                         >here</ulink>.</para>
@@ -132,8 +132,8 @@
 
         <section>
                 <?dbhtml filename="Howtopreventmodalpanelfromclosure"?>
-                <title>How to prevent modalPanel from closure if the validation inside fails?</title>
-                <para>Simple code is placed below to provide such behavior.</para>
+                <title>How to prevent modalPanel from closing when the validation inside fails?</title>
+                <para>Simple code is placed below to provide such kind of behavior.</para>
                 <programlisting role="XML"><![CDATA[...
         <ui:define name="body">
                 <f:verbatim>
@@ -220,14 +220,14 @@
                 <title>Is it possible to create dynamic menu using &lt;rich:dropDownMenu&gt;
                         component?</title>
                 <para><emphasis role="bold">&lt;rich:dropDownMenu&gt;</emphasis> is a
-                        standard JSF component. So, creation the menu dynamically from the Java
+                        standard JSF component. So, creation of the menu dynamically from the Java
                         Script code is the same as for any other jsf component.</para>
         </section>
 
         <section>
                 <?dbhtml filename="Isitpossibletocustomizelookofdatascroller"?>
-                <title>Is it possible to customize look of dataScroller (the forward/back buttons)
-                        and replace them with images?</title>
+                <title>Is it possible to customize the look of dataScroller (the forward/back buttons)
+                        and replace them with an images?</title>
                 <para>The answer is yes. Use facets: &quot;first_disabled&quot;,
                         &quot;last_disabled&quot;, &quot;next_disabled&quot;,
                         &quot;previous_disabled&quot;,
@@ -237,15 +237,15 @@
 
         <section>
                 <?dbhtml filename="HowtocustomizesimpleTogglePanel"?>
-                <title>How to customize simpleTogglePanel? I need to change icon for toggler.</title>
-                <para>To customize icon for toggler use &quot;openMarker&quot; and
+                <title>How to customize simpleTogglePanel? I need to change an icon for a toggler.</title>
+                <para>To customize an icon for a toggler, use &quot;openMarker&quot; and
                         &quot;closeMarker&quot; facets.</para>
         </section>
 
         <section>
                 <?dbhtml filename="Howtoredirecttoanotherpage"?>
                 <title>&lt;rich:dropDown&gt; component: How to redirect to another page?</title>
-                <para>If you want to navigate to outside your application using external URL use
+                <para>If you want to navigate outside, when application uses an external URL, you should use the 
                         following approach:</para>
                 <programlisting role="XML"><![CDATA[...
         <rich:dropDownMenu> 
@@ -260,7 +260,7 @@
         </rich:dropDownMenu>
 ...
 ]]></programlisting>
-                <para>Also online demo of using <emphasis role="bold"
+                <para>Also see the online demo <emphasis role="bold"
                                 >&lt;rich:dropDownMenu&gt;</emphasis> component is available
                                 <ulink
                                 url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf"
@@ -271,9 +271,9 @@
                 <?dbhtml filename="CanthedropDownMenubeincludedintreenodes"?>
                 <title>Can dropDownMenu be included in tree nodes?</title>
                 <para>The <emphasis role="bold">&lt;rich:dropDownMenu&gt;</emphasis> is
-                        designed keeping in mind that it should not be used for contextMenu purpose.
+                        designed keeping in mind that it should not be used for a contextMenu purpose.
                         We have a <emphasis role="bold">&lt;rich:contextMenu&gt;</emphasis>
-                        component in the TODO list. However, it will not schedule for the nearest
+                        component in the TODO list. However, it is not schedule for the nearest
                         versions.</para>
         </section>
 
@@ -329,7 +329,7 @@
 
         <section>
                 <?dbhtml filename="Howtoremembercurrentselectedtab"?>
-                <title>How to remember current selected tab?</title>
+                <title>How to remember the current selected tab?</title>
                 <para>To implement this feature use the &quot;action&quot; attribute of
                                 <emphasis role="bold">&lt;rich:tab&gt;</emphasis> and
                         &quot;selectedTab&quot; of the <emphasis role="bold"
@@ -348,7 +348,7 @@
         <section>
                 <?dbhtml filename="Howtoretrievethecurrentvalue"?>
                 <title>How to retrieve the current value from the inputNumberSlider?</title>
-                <para>To catch the value of the inputNumberSlider from the JavaScript you can use
+                <para>To catch the value of the inputNumberSlider from the JavaScrip, use
                         the following approach:</para>
                 <programlisting role="XML"><![CDATA[...
         <rich:inputNumberSlider width="500" step="20" 




More information about the richfaces-svn-commits mailing list