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</ul...
@@ -95,8 +95,8 @@
<section>
<?dbhtml
filename="WhyRichFaceslibrarycondataTablecomp"?>
- <title>Why RichFaces library contains
<rich:dataTable> component if
- the standard <h:dataTable> exists?</title>
+ <title>Why RichFaces library contains
<rich:dataTable> component, though there is
+ the standard <h:dataTable></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
<rich:dropDownMenu>
component?</title>
<para><emphasis
role="bold"><rich:dropDownMenu></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:
"first_disabled",
"last_disabled",
"next_disabled",
"previous_disabled",
@@ -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
"openMarker" 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
"openMarker" and
"closeMarker" facets.</para>
</section>
<section>
<?dbhtml filename="Howtoredirecttoanotherpage"?>
<title><rich:dropDown> 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"
<rich:dropDownMenu></emphasis> component is
available
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMen...
@@ -271,9 +271,9 @@
<?dbhtml
filename="CanthedropDownMenubeincludedintreenodes"?>
<title>Can dropDownMenu be included in tree nodes?</title>
<para>The <emphasis
role="bold"><rich:dropDownMenu></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"><rich:contextMenu></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 "action"
attribute of
<emphasis
role="bold"><rich:tab></emphasis> and
"selectedTab" 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"