[richfaces-svn-commits] JBoss Rich Faces SVN: r2265 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Aug 15 08:23:18 EDT 2007
Author: smukhina
Date: 2007-08-15 08:23:18 -0400 (Wed, 15 Aug 2007)
New Revision: 2265
Modified:
trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml
trunk/docs/userguide/en/src/main/docbook/included/form.xml
trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/include.xml
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/log.xml
trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/userguide/en/src/main/docbook/included/message.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/poll.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/status.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.desc.xml
Log:
http://jira.jboss.com/jira/browse/RF-398
some spelling mistakes were corrected
Modified: trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -41,7 +41,7 @@
</table>
<section>
<title>Creating the Component with a Page Tag</title>
- <para>To create the simplest variant of <property>columnGroup</property> on a page which you can see at the screenshot, use the following syntax:</para>
+ <para>To create the simplest variant of <property>columnGroup</property> on a page, which you can see at the screenshot, use the following syntax:</para>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -52,12 +52,12 @@
<para>The component <emphasis role="bold"><property><a4j:commandButton></property></emphasis> placed on a page generates the following HTML code:</para>
<programlisting role="XHTML"><![CDATA[<input type="submit" onclick="A4J.AJAX.Submit(...request parameters);return false;" value="sort"/>
]]></programlisting>
- <para>Hence, the utility method "A4J.AJAX.Submit" is called on a click, the method performs AJAX request as the <emphasis role="bold"><property><a4j:support></property></emphasis> component</para>
+ <para>Hence, the utility method "A4J.AJAX.Submit" is called on a click, the method performs Ajax request as the <emphasis role="bold"><property><a4j:support></property></emphasis> component</para>
<note>
<title>Note:</title>
<para>AJAX support is built in and it's not necessary to add nested <emphasis role="bold"><property><a4j:support></property></emphasis> to the component.</para>
</note>
<para>Common JSF navigation could be performed after an AJAX submit and partial rendering, but Navigation Case must be defined as <emphasis role="bold"><property><redirect/></property></emphasis> in order to avoid problems with some browsers.</para>
- <para>As any Ajax4jsf component sending AJAX requests and processing server responses <emphasis role="bold"><property><a4j:commandButton></property></emphasis> has all attributes described above (see <emphasis role="bold"><property><a4j:support></property></emphasis> chapter) that provide the required behavior of requests sending (delay, limitation of submit area and rendering, and etc.)</para>
+ <para>As any Ajax4jsf component sending Ajax requests and processing server responses <emphasis role="bold"><property><a4j:commandButton></property></emphasis> has all attributes described above (see <emphasis role="bold"><property><a4j:support></property></emphasis> chapter) that provide the required behavior of requests sending (delay, limitation of submit area and rendering, and etc.)</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -61,12 +61,12 @@
<span style="color: black;">Link Value</span>
</a>
]]></programlisting>
- <para>Hence, the utility method "A4J.AJAX.Submit" is called on a click, the method performs AJAX request as the <emphasis role="bold"><property><a4j:support></property></emphasis> component</para>
+ <para>Hence, the utility method "A4J.AJAX.Submit" is called on a click, the method performs Ajax request as the <emphasis role="bold"><property><a4j:support></property></emphasis> component</para>
<note>
<title>Note:</title>
<para>AJAX support is built in and it's not necessary to add nested <emphasis role="bold"><property><a4j:support></property></emphasis> to the component.</para>
</note>
<para>Common JSF navigation could be performed after AJAX submit and partial rendering, but Navigation Case must be defined as <emphasis role="bold"><property><redirect/></property></emphasis> in order to avoid problems with some browsers.</para>
- <para>As any Ajax4jsf component sending AJAX requests and processing server responses <emphasis role="bold"><property><a4j:commandLink></property></emphasis> has all attributes described above (see <emphasis role="bold"><property><a4j:support></property></emphasis> chapter) that provide the required behavior of requests sending (delay, limitation of submit area and rendering, etc.)</para>
+ <para>As any Ajax4jsf component sending Ajax requests and processing server responses <emphasis role="bold"><property><a4j:commandLink></property></emphasis> has all attributes described above (see <emphasis role="bold"><property><a4j:support></property></emphasis> chapter) that provide the required behavior of requests sending (delay, limitation of submit area and rendering, etc.)</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -76,7 +76,7 @@
<para>The <emphasis role="bold">
<property><rich:Datascroller></property>
</emphasis> component provides table scrolling functionality the same as tomahawk scroller but
- with AJAX requests usage.</para>
+ 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>"for"</property>
</emphasis> attribute.</para>
@@ -169,7 +169,7 @@
the dataScroller. These attributes are used for definition the names of variables, that wiil
be used in the facet with name<emphasis>
<property>"pages"</property>
- </emphasis>. An example can be found below: </para>
+ </emphasis>.An example can be found below: </para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -195,7 +195,7 @@
</section>
<section>
<title>Look-and-Feel Customization</title>
- <para>For skinnability implementation the components use a <emphasis><property>style class
+ <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>
@@ -375,7 +375,7 @@
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of all scrollers on a page, just redefine one of this classes</para>
+ <para>To redefine an appearance of all scrollers on a page, just redefine one of these classes</para>
<para>And to redefine the appearance of the particular scroller, one may use corresponding class
attributes on the component.</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>This component transforms a parent component into a target zone for
drag-and-drop operations. When a draggable element is moved and dropped onto
- the area of the parent component, AJAX request processing for this event is
+ the area of the parent component, Ajax request processing for this event is
started.</para>
<figure>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -123,7 +123,7 @@
<para>In this example, dropping a draggable item of an "iconsDragged" type
will trigger the use a parameter named "DropIcon" in the event processing
- after a drop event. (Also, an AJAX request is sent, and the action and dropListener defined
+ after a drop event. (Also, an Ajax request is sent, and the action and dropListener defined
for the component are called.)</para>
<para>Here is an example of moving records between tables. The example describes all the pieces
@@ -214,13 +214,13 @@
<para>In this example, items are dragged element-by-element from the rendered list in the first
table and dropped on a panel in the middle. After each drop, a drop event is generated and a
- common AJAX request is performed that renders results in the third table.</para>
+ common Ajax request is performed that renders results in the third table.</para>
<para>As with every AJAX action component, <emphasis role="bold">
<property><rich:dropSupport></property>
</emphasis> has all the common attributes (<emphasis><property>"timeout"</property>,</emphasis>
<emphasis><property>"limitToList"</property>,</emphasis>
- <emphasis><property>"reRender"</property>,</emphasis> etc.) for AJAX request customization. To
+ <emphasis><property>"reRender"</property>,</emphasis> etc.) for Ajax request customization. To
get detailed information on these attributes, read the <ulink
url="http://labs.jboss.com/file-access/default/members/jbossajax4jsf/freezone/docs/devguide/index.html"
>Ajax4jsf Developer Guide</ulink>.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -7,7 +7,7 @@
</sectioninfo>
<section>
<para>The "target zone" for a drag operation. When a draggable element is moved and
- dropped onto the area of this component, <property>dropZone</property> performs an AJAX request
+ dropped onto the area of this component, <property>dropZone</property> performs an Ajax request
processing this event.</para>
<figure>
<title>DropZone with dragged element</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -100,7 +100,7 @@
]]></programlisting>
<para>Thus, here is a drag zone indicator of iconsDragged type that obtains DropIcon parameter
the same one as richParam gets. </para>
- <para>As any AJAX action, <property>dropZone</property> has all custom attributes of AJAX requests
+ <para>As any AJAX action, <property>dropZone</property> has all custom attributes of Ajax requests
customization (<emphasis ><property>"timeout"</property></emphasis>,
<emphasis ><property>"limitToList"</property></emphasis>,
<emphasis ><property>"reRender"</property></emphasis>, etc). To read more
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -53,7 +53,7 @@
</section>
<section>
<title>Key attributes and ways of usage</title>
- <para>The difference with the original component is that all hidden fields required for command links are always rendered and it doesn't depend on links rendering on the initial page. It solves the problem with invalid links that weren't rendered on a page immediately, but after some AJAX request.</para>
+ <para>The difference with the original component is that all hidden fields required for command links are always rendered and it doesn't depend on links rendering on the initial page. It solves the problem with invalid links that weren't rendered on a page immediately, but after some Ajax request.</para>
<para>Beginning with release 1.0.5 additional attributes that make this form variant universal have appeared. With a new attribute definition as ajax=<emphasis >
<property>"true"</property>
</emphasis>, it becomes possible to set AJAX submission way for any components inside, i.e. not a page URL is used as an <emphasis >
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -57,7 +57,7 @@
<title>Key attributes and ways of usage</title>
<para>The difference with the original component is that all hidden fields required for command links with the child <emphasis role="bold">
<property><f:param></property>
- </emphasis> elements are always rendered and it doesn't depend on links rendering on the initial page. It solves the problem with invalid links that weren't rendered on a page immediately, but after some AJAX request.</para>
+ </emphasis> elements are always rendered and it doesn't depend on links rendering on the initial page. It solves the problem with invalid links that weren't rendered on a page immediately, but after some Ajax request.</para>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:include></property>
- </emphasis> component is used for page areas update after an AJAX request according to the faces-config Navigation Rules and for implementation of wizard-like parts work in AJAX mode.</para>
+ </emphasis> component is used for page areas update after an Ajax request according to the faces-config Navigation Rules and for implementation of wizard-like parts work in AJAX mode.</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -42,7 +42,7 @@
<a4j:include viewId="/pages/include/first.xhtml" />
</h:panelGroup>
]]></programlisting>
-<para>For navigation inside a page defined in viewId any components responsible for AJAX requests to the server generation are used.</para>
+<para>For navigation inside a page defined in viewId any components responsible for Ajax requests to the server generation are used.</para>
<para>For example, the following component on the page "/pages/include/first.xhtml"</para>
<para>
@@ -65,7 +65,7 @@
</navigation-case>
</navigation-rule>
]]></programlisting>
-<para>In this case after a click on a button defined inside "first.xhtml" view, navigation is performed after an AJAX request (the same as standard JSF one) only inside this view.</para>
+<para>In this case after a click on a button defined inside "first.xhtml" view, navigation is performed after an Ajax request (the same as standard JSF one) only inside this view.</para>
</section>
<section>
<title>Dynamical creation of a component from Java code</title>
@@ -75,7 +75,7 @@
]]></programlisting>
<para>If <emphasis role="bold">
<property><a4j:include></property>
- </emphasis> is defined this way, any AJAX request returning outcome inside generates navigation with this <emphasis role="bold">
+ </emphasis> is defined this way, any Ajax request returning outcome inside generates navigation with this <emphasis role="bold">
<property><a4j:include></property>
</emphasis>.</para>
<para>Ajax Action for navigation implementation inside view must be placed inside <emphasis role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -72,9 +72,9 @@
the page fired after calling function. </para>
<para> When using the <emphasis role="bold">
<property><a4j:jsFunction></property>
- </emphasis> it's possible to initiate the AJAX request from the JavaScript and
+ </emphasis> it's possible to initiate the Ajax request from the JavaScript and
perform partial update of a page and/or invoke the JavaScript function with data returned by
- AJAX response. </para>
+ Ajax response. </para>
<programlisting role="XML"><![CDATA[...
<body onload="callScript()">
...
@@ -96,7 +96,7 @@
<property><a4j:actionparam></property>
</emphasis> or pure <emphasis role="bold">
<property><f:param></property>
- </emphasis> for passing any number of parameters of the JavaScript function into AJAX request.
+ </emphasis> for passing any number of parameters of the JavaScript function into Ajax request.
<emphasis role="bold">
<property><a4j:jsFunction></property>
</emphasis> is similar to <emphasis role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -55,7 +55,7 @@
<section>
<title>Key attributes and ways of usage</title>
<para>
- As it was mentioned <link linkend="loadStyle">before</link> this componment returns its value passing it to the
+ As it was mentioned <link linkend="loadStyle">before</link> this component returns its value passing it to the
getResourceUR() method of the ViewHandler for this application, and passing
the result via the encodeResourceURL() method of the ExternalContext.
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:log ></property>
- </emphasis> component generates JavaScript for opening of the window with client-side debug information on an AJAX request.</para>
+ </emphasis> component generates JavaScript for opening of the window with client-side debug information on an Ajax request.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -66,7 +66,7 @@
<para>The component defined this way is decoded on a page as <emphasis role="bold"><property><div></property></emphasis> inside a page, where all the information beginning with informational message is generated.</para>
<note>
<title>Note:</title>
- <para><emphasis role="bold"><a4j:log></emphasis> is getting renewed automatically after execution of ajax requests. Don't renew <emphasis role="bold"><a4j:log></emphasis> by using reRender!</para>
+ <para><emphasis role="bold"><a4j:log></emphasis> is getting renewed automatically after execution of Ajax requests. Don't renew <emphasis role="bold"><a4j:log></emphasis> by using reRender!</para>
</note>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -94,6 +94,6 @@
</itemizedlist>
<note><title>Note:</title>A bean class transmitted into value should implement Serializable interface.
</note>
- <para>Hence, when using the component it's possible to output user data of any type on a page with AJAX requests.</para>
+ <para>Hence, when using the component it's possible to output user data of any type on a page with Ajax requests.</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/message.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/message.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/message.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -21,7 +21,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem>Highly customizable look and feel </listitem>
- <listitem>Track both traditional and ajax based requests</listitem>
+ <listitem>Track both traditional and Ajax based requests</listitem>
<listitem>Optional tooltip to display the detail portion of the message</listitem>
<listitem>Additionally customizable via attributes and facets</listitem>
<listitem>Additionally provides of two parts to be optionally defined: marker and
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -2,6 +2,6 @@
<root>
<section>
<title>Description</title>
- <para>The component is used for components grouping in the AJAX output area, which offers several additional output opportunities such as inserting of non-present in tree components, saving of transient elements after AJAX request and some others.</para>
+ <para>The component is used for components grouping in the AJAX output area, which offers several additional output opportunities such as inserting of non-present in tree components, saving of transient elements after Ajax request and some others.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -66,7 +66,7 @@
To speed up the performance, Ajax4jsf updates only a component tree. <emphasis role="bold">
<property><a4j:outputPanel></property>
- </emphasis> usage is recommended for wrapping components that aren't rendered during the primary non-ajax response, as the components don't present in a component tree.
+ </emphasis> usage is recommended for wrapping components that aren't rendered during the primary non-Ajax response, as the components don't present in a component tree.
</para>
<para><emphasis role="bold">Example:</emphasis></para>
<programlisting role="XML"><![CDATA[<a4j:support ... reRender="mypanel"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> component allows periodical sending of AJAX requests to the server and is used for a page update according to a specified in milliseconds time interval.</para>
+ </emphasis> component allows periodical sending of Ajax requests to the server and is used for a page update according to a specified in milliseconds time interval.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version='1.0' encoding='UTF-8'?>
<chapter>
<table>
@@ -56,7 +56,7 @@
<para>
Portal page can include some instances of the same portlet but clientId of elements should be different for each window.
In that case 'namespace' is used for each portlet. The <emphasis role="bold"><property><a4j:portlet></property></emphasis>
- implemets NaimingContainer interface and adds namespace to all componets on a page.
+ implements NaimingContainer interface and adds namespace to all components on a page.
All portlet content should be wrapped by <emphasis role="bold"><property><a4j:portlet></property></emphasis> for resolving problems mentioned
before.
</para>
@@ -65,7 +65,7 @@
<section>
<title>Relevant resources links</title>
<para>
- The aditional information about component usage you can find here:
+ The additional information about component usage you can find here:
<ulink url="http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107325">Ajax4Jsf Users Forum.
</ulink>
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:push></property>
- </emphasis>periodically perform AJAX request to server, to simulate 'push' data.</para>
+ </emphasis>periodically perform Ajax request to server, to simulate 'push' data.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -59,7 +59,7 @@
<title>Key attributes and ways of usage</title>
<para>The main difference of this component from iterative components of other libraries is a special <emphasis >
<property>"ajaxKeys"</property>
- </emphasis> attribute. This attribute defines strings that are updated after an AJAX request. As a result it becomes easier to update several child components separately without updating the whole page.</para>
+ </emphasis> attribute. This attribute defines strings that are updated after an Ajax request. As a result it becomes easier to update several child components separately without updating the whole page.</para>
<programlisting role="JSP"><![CDATA[<a4j:poll intervall="1000" action="#{repeater.action}" reRender="list">
...
<table>
@@ -80,7 +80,7 @@
</emphasis> is output.</para>
<para>In the above-mentioned example the component <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> sends AJAX requests every second, calling the <emphasis >
+ </emphasis> sends Ajax requests every second, calling the <emphasis >
<property>"action"</property>
</emphasis> method of the <emphasis >
<property>"repeater"</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -85,7 +85,7 @@
panel. Only one at a time panel is uploaded onto the client side.</para>
</listitem>
<listitem> Ajax<para>AJAX form submission is performed around the panel, content of the called
- panel is uploaded on AJAX request and additionally specified elements in the <emphasis>
+ panel is uploaded on Ajax request and additionally specified elements in the <emphasis>
<property>"reRender"</property>
</emphasis> attribute are rendered. Only one at a time panel is uploaded on the client
side.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:status></property>
- </emphasis> component generates elements for displaying of the current AJAX requests status. There are two status modes: AJAX request is in process or finished.</para>
+ </emphasis> component generates elements for displaying of the current Ajax requests status. There are two status modes: Ajax request is in process or finished.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -71,7 +71,7 @@
</section>
<section>
<title>Key attributes and ways of usage</title>
- <para>There are two ways for components or containers definition, which AJAX requests status is tracked by a component.<itemizedlist>
+ <para>There are two ways for components or containers definition, which Ajax requests status is tracked by a component.<itemizedlist>
<listitem>
Definition with the <emphasis >
<property>"for"</property>
@@ -95,7 +95,7 @@
</emphasis> component shows the status for the request fired from this action component.
</listitem>
</itemizedlist></para>
- <para>The component creates two <emphasis role="bold"><property><span></property></emphasis> elements with content defined for each status, one of the elements (start) is initially hidden. At the beginning of an AJAX request, elements state is inversed, hence the second element is shown and the first is hidden. At the end of a response processing, elements display states return to its initial values.</para>
+ <para>The component creates two <emphasis role="bold"><property><span></property></emphasis> elements with content defined for each status, one of the elements (start) is initially hidden. At the beginning of an Ajax request, elements state is inversed, hence the second element is shown and the first is hidden. At the end of a response processing, elements display states return to its initial values.</para>
<para>Example:</para>
<programlisting role="XML"><![CDATA[<a4j:status startText="Started" stopText="stopped" layout="block"/>]]></programlisting>
<para>is decoded on a page as:</para><programlisting role="XML"><![CDATA[<span id="j_id20:status.start" style="display: none">
@@ -104,7 +104,7 @@
<span id="j_id20:status.stop">
Stopped
</span>]]></programlisting>
- <para>And after the generation of an AJAX response is changed to:</para>
+ <para>And after the generation of an Ajax response is changed to:</para>
<programlisting role="XML"><![CDATA[<span id="j_id20:status.start">
Started
</span>
Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -96,7 +96,7 @@
<a4j:commandButton action="#{bean.someAction}" reRender="table"/>
...
]]></programlisting>
-<para>For such a table during someAction processing called with AJAX request when the key is pressed
+<para>For such a table during someAction processing called with Ajax request when the key is pressed
it's possible to fill in lot's of ajaxKeys with strings indices that are to be updated.
A resulting output on the client contains only required rows and they are updated in the tree, even
when update is specified for the whole table.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>The component adds on-keypress suggestions capabilities to any input text component
(like <emphasis role="bold"><property><h:inputText></property></emphasis>). When a key
- is pressed in the field AJAX request is sent to the server. When the suggestion action returns a
+ is pressed in the field Ajax request is sent to the server. When the suggestion action returns a
list of possible values, it pop ups them inside the
<emphasis role="bold"><property><div></property></emphasis> element bellow the input.</para>
<figure>
@@ -26,10 +26,10 @@
<itemizedlist>
<listitem>Fully skinnable component</listitem>
<listitem>Adds "onkeypress" suggestions capabilities to any input text component</listitem>
- <listitem>Performs suggestion via AJAX requests without any line of JavaScript code written
+ <listitem>Performs suggestion via Ajax requests without any line of JavaScript code written
by a user</listitem>
<listitem>Possible to render table as a popup suggestion</listitem>
- <listitem>Can be pointed to any AJAX request status indicator of the page</listitem>
+ <listitem>Can be pointed to any Ajax request status indicator of the page</listitem>
<listitem>Easily customizable size of suggestion popup</listitem>
<listitem>Setting rules that appear between cells within a table of popup values</listitem>
<listitem><emphasis
@@ -38,9 +38,9 @@
><property>"request delay"</property></emphasis> attributes present to divide
frequently requests</listitem>
- <listitem>Managing area of components submitted on AJAX request</listitem>
- <listitem>Flexible list of components to update after AJAX request managed by attributes</listitem>
- <listitem>Setting restriction to AJAX request generation</listitem>
+ <listitem>Managing area of components submitted on Ajax request</listitem>
+ <listitem>Flexible list of components to update after Ajax request managed by attributes</listitem>
+ <listitem>Setting restriction to Ajax request generation</listitem>
<listitem>Easily setting action to collect suggestion data</listitem>
<listitem>Keyboard navigation support</listitem>
</itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -161,7 +161,7 @@
...
]]></programlisting>
<para>This example shows that when a city is chosen and a comma and first letter character
- are input, AJAX request is called again, but it submits a value starting from the last
+ are input, Ajax request is called again, but it submits a value starting from the last
token:</para>
<figure>
<title>SuggestionBox with chosen word</title>
@@ -186,7 +186,7 @@
attribute limiting requests (the <emphasis>
<property>"minChars"</property>
</emphasis> attribute). The attribute defines characters quantity inputted into a field
- after which AJAX requests are called to perform suggestion.</para>
+ after which Ajax requests are called to perform suggestion.</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -36,7 +36,7 @@
<para>To use a component, place <emphasis role="bold">
<property><a4j:support></property>
</emphasis> as nested to the component requesting AJAX functionality and specify an event of a
- parent component that generates AJAX request and the components to be rerendered after a response
+ parent component that generates Ajax request and the components to be rerendered after a response
from the server.</para>
<para><emphasis role="bold">Example:</emphasis></para>
<programlisting role="XML"><![CDATA[<h:inputText value="#{bean.text}">
@@ -85,7 +85,7 @@
</note>
<para>With the help of <emphasis >
<property>"onsubmit"</property></emphasis> and <emphasis >
- <property>"oncomplete"</property></emphasis> attributes the component allows using JavaScript before (for request sending conditions checking) and after an AJAX response processing termination (for performance of user-defined activities on the client) </para>
+ <property>"oncomplete"</property></emphasis> attributes the component allows using JavaScript before (for request sending conditions checking) and after an Ajax response processing termination (for performance of user-defined activities on the client) </para>
<para><emphasis role="bold">Example:</emphasis></para>
<programlisting role="XML"><![CDATA[<h:selectOneMenu value="#{bean.text}">
<f:selectItem itemValue="First Item " itemLabel="First Item"/>
@@ -95,7 +95,7 @@
{form.reset(); return false;}" oncomplete="alert('Value succesfully stored')"/>
</h:selectOneMenu>]]></programlisting>
<para>In example there is the condition checking (confirm) is used before request sending and message printing after the request processing is over. </para>
- <para>The components allows different AJAX request managing ways for its various optimization in particular conditions such as:
+ <para>The components allows different Ajax request managing ways for its various optimization in particular conditions such as:
<itemizedlist>
<listitem>
<emphasis role="bold">Limitation of the submit area and updating area for the request.</emphasis>
@@ -123,7 +123,7 @@
</h:inputText>
<h:outputText value="#{person.name}" id="test"/>
</form>]]></programlisting>
- <para>In this example the component "h:messages" is always updated (as it capturing all AJAX requests, located in ajaxRendered <emphasis role="bold"><property><a4j:outputPanel></property></emphasis>), except the case when a response is sent from the input component from the example. On sending this component marks that updating area is limited to the defined in it components, it means that on its usage with "limitToList"="true" the only component updated is the one with "d"="test".</para>
+ <para>In this example the component "h:messages" is always updated (as it capturing all Ajax requests, located in ajaxRendered <emphasis role="bold"><property><a4j:outputPanel></property></emphasis>), except the case when a response is sent from the input component from the example. On sending this component marks that updating area is limited to the defined in it components, it means that on its usage with "limitToList"="true" the only component updated is the one with "d"="test".</para>
<itemizedlist>
<listitem>
<emphasis role="bold">Limitation of requests frequency and updates quantity after the responses. </emphasis>
@@ -133,7 +133,7 @@
<para><emphasis ><property>"eventQueue"</property></emphasis> is an attribute for naming of the queue where the next response is kept in till its processing, but if the next event comes in till this time is over, the waiting event is taken away, replacing with a new one.
</para>
- <para><emphasis ><property>"ignoreDupResponces"</property></emphasis> is an attribute that allows to disable any updates on the client after an AJAX request if another AJAX request is already sent.
+ <para><emphasis ><property>"ignoreDupResponces"</property></emphasis> is an attribute that allows to disable any updates on the client after an Ajax request if another Ajax request is already sent.
</para>
<para><emphasis ><property>"timeout"</property></emphasis> is an attribute that allows to set a time interval in millisecond to define a maximum time period of response wait time. In case of the interval interaction, a new request is sent and the previous one is canceled. Postprocessing of a response isn't performed.
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -119,7 +119,7 @@
<para>Switching mode could be defined not only for the whole panel <property>tab</property>, but also
for each particular <property>tab</property>, i.e. switching onto one <property>tab</property> could be
performed right on the client with the corresponding JavaScript and onto another
- <property>tab</property> with an AJAX request on the server. <property>Tab</property> switching modes
+ <property>tab</property> with an Ajax request on the server. <property>Tab</property> switching modes
are the same as <property>tabPanel</property> ones.</para>
<para>Each <property>tab</property> also has an attribute name (alias for <emphasis ><property>"id"</property></emphasis> attribute). Using this attribute value it's possible e.g. to set an active <property>tab</property> on a model level specifying this name in the corresponding attribute of the whole <property>tab</property>.</para>
<para>Except the specific component attributes it has all necessary attributes for JavaScript event definition.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -90,7 +90,7 @@
</listitem>
<listitem> Ajax<para>AJAX form submission is performed around the
<property>tabPanel</property>, content of the called <property>tabPanel</property> is
- uploaded on AJAX request and additionally specified elements in the <emphasis>
+ uploaded on Ajax request and additionally specified elements in the <emphasis>
<property>"reRender"</property>
</emphasis> attribute are rendered. Only one at a time <property>tabPanel</property> is
uploaded on the client.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -44,7 +44,7 @@
<section>
<title>Creating the Component with a Page Tag</title>
- <para>Here is a simple example as it might be used in a page: </para>
+ <para>Here is a simple example as it could be used in a page: </para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -79,7 +79,7 @@
<section>
<title>Details of Usage</title>
<para>As it was mentioned above, <property>togglePanel</property> splits content into named
- facets that rendered and processed when a click performed on controls linked to this
+ facets that become rendered and processed when a click performed on controls linked to this
<property>togglePanel</property> (either switched on the client or send requests on the
server for switching).</para>
<para>The initial component state is defined with <emphasis>
@@ -94,12 +94,12 @@
<itemizedlist>
<listitem> Server (DEFAULT)<para>The common submission is performed around
<property>togglePanel</property> and a page is completely rendered on a called panel.
- Only one at a time panel is uploaded onto the client side.</para>
+ Only one at a time the panel is uploaded onto the client side.</para>
</listitem>
<listitem> Ajax<para>AJAX form submission is performed around the panel, content of the called
- panel is uploaded on an AJAX request and additionally specified elements in the <emphasis>
+ panel is uploaded on an Ajax request and additionally specified elements in the <emphasis>
<property>"reRender"</property>
- </emphasis> attribute are rendered. Only one at a time panel is uploaded on the client
+ </emphasis> attribute are rendered. Only one at a time the panel is uploaded on the client
side.</para>
</listitem>
<listitem> Client<para> All panels are uploaded on the client side. The switching from the
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -44,7 +44,7 @@
<section>
<title>Creating the Component with a Page Tag</title>
- <para>Here is a simple example as it might be used in a page: </para>
+ <para>Here is a simple example as it could be used in a page: </para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -79,7 +79,7 @@
XmlTreeDataBuilder are implemented in the tree component. Hence, in order to provide your own
class for TreeNode, it's necessary only to implement this interface, i.e. the <emphasis>
<property>"var"</property>
- </emphasis> attribute contains a name providing an access to data defined with value. </para>
+ </emphasis> attribute contains a name providing an access to data defined with a value. </para>
<para>For data output, named <property>tree</property> nodes elements are used. Each element,
for example depending on its definition, could be rendered with markup defined in one of
<property>tree</property> nodes. It's defined with the <emphasis>
@@ -91,7 +91,6 @@
<property>"nodeFace"</property>
</emphasis> is undefined the first node inside the tree will be use by default. </para>
-
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -101,7 +100,6 @@
following conditions.</para>
<figure>
<title>Different nodes of tree</title>
-
<mediaobject>
<imageobject>
<imagedata fileref="images/tree2.gif"/>
@@ -118,7 +116,7 @@
<listitem>Client - all data is uploaded onto the server, the switching is implemented with a
client script</listitem>
</itemizedlist>
- <para>Common selecting allows also to activate AJAX requests with the <emphasis>
+ <para>Common selecting allows also to activate Ajax requests with the <emphasis>
<property>"ajaxSubmitSelection"</property>
</emphasis> attribute (true/false).</para>
<para>To set a model saving during requests, use the <emphasis>
@@ -164,7 +162,7 @@
<title>Built-In Drag and Drop</title>
<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
+ Hence, to get additional information on the topic, read the corresponding chapters:<link
linkend="dndParam">"rich:dndParam"</link>
<link linkend="dragSupport">"rich:dragSupport"</link>
<link linkend="dragIndicator">"rich:dragIndicator"</link>
@@ -240,7 +238,7 @@
<para> Also standart HTML event attributes like "onclick", "onmousedown", "onmouseover" and etc.
could be used. Event handlers of a tree component capture events occured on any tree part. But
- event handlers of treeNode capture events occured on treeNode only except for children events.
+ event handlers of treeNode capture events occured on treeNode only, except for children events.
</para>
</section>
<section>
@@ -263,7 +261,7 @@
<para>There is only one skin parameter for the <property>tree</property> since <emphasis
role="bold">
<property><rich:tree></property>
- </emphasis> itself is a wrapper component for <property>tree</property> nodes. Look and feel
+ </emphasis> is a wrapper component for <property>tree</property> nodes. Look and feel
is described in details in the <link linkend="treeNode">"treeNode"
chapter</link>.</para>
<table>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-08-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -140,7 +140,7 @@
<para>Switching between expanded/collapsed modes is also managed on the tree level and defined
in <link linkend="tree">the corresponding section</link>.</para>
<para>Default nodes of the tree level as well as ones defined with the
- <property>treeNodes</property> component could send AJAX requests when selected with the
+ <property>treeNodes</property> component could send Ajax requests when selected with the
mouse, it's managed with the <emphasis>
<property>"ajaxSubmitSelection"</property>
</emphasis> attribute (true/false).</para>
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-15 12:05:34 UTC (rev 2264)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.desc.xml 2007-08-15 12:23:18 UTC (rev 2265)
@@ -7,7 +7,7 @@
</sectioninfo>
<section>
<title>Description</title>
- <para>Component that presents the Microsoft <property>Virtual Earth map</property> in the JSF applications.</para>
+ <para>The component that presents the Microsoft <property>Virtual Earth map</property> in the JSF applications.</para>
<figure>
<title>virtualEarth component</title>
<mediaobject>
@@ -20,9 +20,9 @@
<section>
<title>Key Features</title>
<itemizedlist>
- <listitem>Presents the Microsoft <property>Virtual Earth map</property> functional</listitem>
+ <listitem>Presents the Microsoft <property>Virtual Earth map</property> functionality</listitem>
<listitem>Highly customizable via attributes</listitem>
- <listitem>No developers JavaScript writing needed to use on the pages</listitem>
+ <listitem>No developers JavaScript writing is needed to use it on the pages</listitem>
</itemizedlist>
</section>
</section>
More information about the richfaces-svn-commits
mailing list