Author: smukhina
Date: 2008-08-07 11:23:29 -0400 (Thu, 07 Aug 2008)
New Revision: 9977
Modified:
trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
https://jira.jboss.org/jira/browse/RF-3984
language is checked
Modified: trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml 2008-08-07 15:22:45 UTC
(rev 9976)
+++ trunk/docs/userguide/en/src/main/docbook/included/hotKey.xml 2008-08-07 15:23:29 UTC
(rev 9977)
@@ -190,7 +190,7 @@
add(selector, key, handler)
</entry>
<entry>
- Adds the hotkey(from key param) for elements targeted by selector. Assigns handler
function to the key
+ Adds the hotkey(from key param) for elements targeted by selector. it assigns a
handler function to the key
</entry>
</row>
<row>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-08-07
15:22:45 UTC (rev 9976)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-08-07
15:23:29 UTC (rev 9977)
@@ -4488,12 +4488,12 @@
</mediaobject>
</figure>
<para>
- <property>RichFaces State API</property> allows easily define some set of
states for the pages and any properties for this states.
+ <property>RichFaces State API</property> allows easily to define some set
of states for the pages and any properties for this states.
</para>
<para>
- Actually States is a <property>map</property> where the entry key is name
of the State and the value is a State map.
- Concrete State map has entries with some names as keys and any objects as values that
are used after the state activation.
- So, in the State map you could define any values, method bindings, or just some simple
state varialbes (constants)
+ Actually States is a <property>map</property> where the entry key is a
name of the State and the value is a State map.
+ Particular State map has entries with some names as keys and any objects as values
that are used after the state activation.
+ Thus, in the State map you could define any values, method bindings, or just some
simple state variables (constants)
which have different values for every State.
</para>
<figure>
@@ -4511,12 +4511,12 @@
The <property>RichFaces State API</property> implements states change as
the standard JSF navigation.
Action component just returns outcome and the RichFaces State API
<property>extension for the JSF navigation handler</property>
- checks if this outcome registered as a <property>state change
outcome</property>.
- If the <property>state change outcome</property> is found corresponding
state is activated.
+ checks whether this outcome is registered as a <property>state change
outcome</property> or not.
+ If the <property>state change outcome</property> is found the
corresponding state is activated.
Otherwise the standard navigation handling is called.
</para>
<para>
- In order to use <property>RichFaces State API</property> you should
perform next steps:
+ In order to use <property>RichFaces State API</property> you should follow
the next steps:
</para>
<itemizedlist>
<listitem>