Author: smukhina
Date: 2009-07-31 10:27:31 -0400 (Fri, 31 Jul 2009)
New Revision: 15077
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.xml
Log:
https://jira.jboss.org/jira/browse/RF-7340 language is checked
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.desc.xml 2009-07-31
13:50:57 UTC (rev 15076)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.desc.xml 2009-07-31
14:27:31 UTC (rev 15077)
@@ -12,8 +12,8 @@
<para>
The <emphasis
role="bold"><property><a4j:support></property></emphasis>
component
is the most important core component in the RichFaces library.
- It enriches any existing non-Ajax JSF or RichFaces component with an Ajax
capability.
- All the other RichFaces Ajax components are based on the same principles
+ It enriches any existing non-Ajax JSF or RichFaces component with Ajax
capability.
+ All other RichFaces Ajax components are based on the same principles
<emphasis
role="bold"><property><a4j:support></property></emphasis>
has.
<!--
The requests are invoked by definite user activity and used for updating
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.xml 2009-07-31
13:50:57 UTC (rev 15076)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/support.xml 2009-07-31
14:27:31 UTC (rev 15077)
@@ -99,12 +99,12 @@
<listitem>
<para>
<emphasis><property>"reRender"</property></emphasis>
attribute that defines id(s)
- of JSF component(s) that should be rerendered after an Ajax request
+ of JSF component(s) that should be rerendered after an Ajax request
</para>
</listitem>
</itemizedlist>
<para>
- As mentioned above the <emphasis
role="bold"><property><a4j:support></property></emphasis>
component
+ As mentioned above, the <emphasis
role="bold"><property><a4j:support></property></emphasis>
component
adds Ajax capability to non-Ajax JSF components.
Let's create ajaxed <emphasis
role="bold"><property><h:selectOneMenu></property></emphasis>
called
"Planets and Their Moons".
@@ -112,7 +112,7 @@
<para>
We begin with the common behavior description. When a page is rendered you see only
one select box with the list of planets.
When you select a planet the <emphasis
role="bold"><property><h:dataTable></property></emphasis>
- containig moons of the selected planet appears.
+ containing moons of the selected planet appears.
</para>
<para>
In other words we need <emphasis
role="bold"><property><h:selectOneMenu></property></emphasis>
@@ -196,7 +196,7 @@
attributes the <emphasis
role="bold"><property><a4j:support></property></emphasis>
component
allows to use JavaScript calls before and after an Ajax request
respectively.
- Actuallly the JavaScript specified in the
<emphasis><property>"oncomplete"</property></emphasis>
attribute
+ Actually the JavaScript specified in the
<emphasis><property>"oncomplete"</property></emphasis>
attribute
will be executed in any case whether the Ajax request is completed successfully or
not.
</para>
<para>