Author: smukhina
Date: 2007-08-21 07:46:56 -0400 (Tue, 21 Aug 2007)
New Revision: 2365
Modified:
trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/columnGroup.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataList.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml
trunk/docs/userguide/en/src/main/docbook/included/form.desc.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/listener.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/page.xml
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
trunk/docs/userguide/en/src/main/docbook/included/region.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
trunk/docs/userguide/en/src/main/docbook/included/subTable.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
trunk/docs/userguide/en/src/main/docbook/included/support.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
Log:
http://jira.jboss.com/jira/browse/RF-622
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -83,7 +83,7 @@
<section>
<title>Relevant resources links</title>
<para>More information can be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
- >Ajax4JSF Users Forum</ulink>.</para>
+ >Ajax4jsf Users Forum</ulink>.</para>
<para>
To see how component works on practice, look at a4j-actionparam example from
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/actionparam...
Live Demo</ulink>.
Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section>
<para>The <emphasis
role="bold"><property><a4j:ajaxListener></property></emphasis>
-component is the same one as "ActionListener" or
"ValueChangeListener", but for an AJAX container.</para>
+component is the same one as "ActionListener" or
"ValueChangeListener", but for an Ajax container.</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/columnGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/columnGroup.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/columnGroup.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -22,7 +22,7 @@
<itemizedlist>
<listitem>Completely skinned table columns and child elements</listitem>
<listitem>Possibility to combine columns and rows inside</listitem>
- <listitem>Possibility to update a limited set of strings with AJAX
</listitem>
+ <listitem>Possibility to update a limited set of strings with Ajax
</listitem>
</itemizedlist>
</section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -6,6 +6,6 @@
<property><a4j:commandButton></property>
</emphasis>component is very similar to the<emphasis
role="bold">
<property><h:commandButton></property>
- </emphasis>component, the only difference is that an AJAX form submit is
generated on a click and it allows dynamic rerendering after a response comes back.
It's not necessary to plug any support into the component, as AJAX support is
already built in.</para>
+ </emphasis>component, the only difference is that an Ajax form submit is
generated on a click and it allows dynamic rerendering after a response comes back.
It's not necessary to plug any support into the component, as Ajax support is
already built in.</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -33,7 +33,7 @@
<title>Creating on a page</title>
<para><emphasis
role="bold"><property><a4j:commandButton></property></emphasis>
is used in the same way as <emphasis
role="bold"><property><h:commandButton></property></emphasis>,
but with definition of the area that is updated after the response comes back from the
server.</para>
<programlisting role="XML"><![CDATA[<a4j:commandButton
reRender="someData" action="#{bean.action1}"
value="Link"/>]]></programlisting>
- <para>This definition of the component provides a link, a click on the
link causes an AJAX form submit on the server, "action1" method
performance, and rendering of the component with "someData" id after the
response comes back from the server.</para>
+ <para>This definition of the component provides a link, a click on the
link causes an Ajax form submit on the server, "action1" method
performance, and rendering of the component with "someData" id after the
response comes back from the server.</para>
</section>
<section>
<title>Dynamical creation of a component from Java code</title>
@@ -52,13 +52,13 @@
<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>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 Core Ajax 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>
<section>
<title>Relevant resources links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -6,6 +6,6 @@
<property><a4j:commandLink></property>
</emphasis>component is very similar to the <emphasis
role="bold">
<property><h:commandLink></property>
- </emphasis> component, the only difference is that an AJAX form submit is
generated on a click and it allows dynamic rerendering after a response comes back.
It's not necessary to plug any support into the component, as AJAX support is
already built in.</para>
+ </emphasis> component, the only difference is that an Ajax form submit is
generated on a click and it allows dynamic rerendering after a response comes back.
It's not necessary to plug any support into the component, as Ajax support is
already built in.</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-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -35,7 +35,7 @@
<title>Creating on a page</title>
<para><emphasis
role="bold"><property><a4j:commandLink></property></emphasis>
is used in the same way as <emphasis
role="bold"><property><h:commandLink></property></emphasis>,
but with definition of the area that is updated after the response comes back from the
server.</para>
<programlisting role="XML"><![CDATA[<a4j:commandLink
reRender="someData" action="#{bean.action1}"
value="Link"/>]]></programlisting>
- <para>This definition of the component provides a link, and a click on
the link causes an AJAX form
+ <para>This definition of the component provides a link, and a click on
the link causes an Ajax form
submit on the server, "action1" method performance, and
rendering of the component
with "someData" id after the response comes back from the
server.</para>
</section>
@@ -61,13 +61,13 @@
<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>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 Core Ajax 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>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml
===================================================================
---
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -8,7 +8,7 @@
<section>
<title>Description</title>
<para>The component for definition lists rendering that allows choosing data
from a model
- and obtains built-in support of AJAX updates.</para>
+ and obtains built-in support of Ajax updates.</para>
<figure>
<title>DataDefinitionList component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -8,7 +8,7 @@
<section>
<title>Description</title>
<para>The component to render data as a grid that allows choosing data from a
model
- and obtains built-in support of AJAX updates.</para>
+ and obtains built-in support of Ajax updates.</para>
<figure>
<title>DataGrid component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -8,7 +8,7 @@
<section>
<title>Description</title>
<para>The component for unordered lists rendering that allows choosing data
from a model
- and obtains built-in support of AJAX updates.</para>
+ and obtains built-in support of Ajax updates.</para>
<figure>
<title>DataList component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -8,7 +8,7 @@
<section>
<title>Description</title>
<para>The component for ordered lists rendering that allows choosing data from
a model
- and obtains built-in support of AJAX updates.</para>
+ and obtains built-in support of Ajax updates.</para>
<figure>
<title>DataOrderedList component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -8,7 +8,7 @@
<section>
<title>Description</title>
<para>The component for tables rendering that allows choosing data from a model
and obtains
- built-in support of AJAX updates.</para>
+ built-in support of Ajax updates.</para>
<figure>
<title>DataTable component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -76,13 +76,13 @@
<itemizedlist>
<listitem>Skin support. The <property>table</property> completely
meets a three-class
principle of Rich Faces skinnability</listitem>
- <listitem>Support of AJAX updates for a limited set of
strings</listitem>
+ <listitem>Support of Ajax updates for a limited set of
strings</listitem>
</itemizedlist>
<para>Skins support is described in the <link
linkend="ArchitectureOverview">corresponding
- section</link>. AJAX support is possible because the component is created
basing on the
+ section</link>. Ajax support is possible because the component is created
basing on the
<emphasis role="bold">
<property><a4j:repeat></property>
- </emphasis> component and as a result the component has its possibilities of
AJAX updates for
+ </emphasis> component and as a result the component has its possibilities of
Ajax updates for
a limited set of strings. The component is implemented with the <emphasis>
<property>"ajaxKeys"</property>
</emphasis> attribute for a <property>table</property> and in
contrast to the <emphasis
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -7,7 +7,7 @@
</sectioninfo>
<section>
<title>Description</title>
- <para>The component designed for providing the functionality of tables
scrolling using AJAX
+ <para>The component designed for providing the functionality of tables
scrolling using Ajax
requests.</para>
<figure>
<title>Datascroller component</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -145,7 +145,7 @@
</listitem>
</itemizedlist>
- <para>An AJAX form submission is performed, and specified elements in the
<emphasis>
+ <para>An Ajax form submission is performed, and specified elements in the
<emphasis>
<property>"reRender"</property>
</emphasis> attribute are rerendered.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -216,7 +216,7 @@
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>
- <para>As with every AJAX action component, <emphasis
role="bold">
+ <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>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropZone.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -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.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.desc.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.desc.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:form></property>
- </emphasis> component is very similar to the same component from the JSF HTML
library, the only slight difference is in generation of links inside and possibility of
AJAX by-default submission.</para>
+ </emphasis> component is very similar to the same component from the JSF HTML
library, the only slight difference is in generation of links inside and possibility of
Ajax by-default submission.</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -53,10 +53,10 @@
</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 >
+ </emphasis>, it becomes possible to set Ajax submission way for any
components inside, i.e. not a page URL is used as an <emphasis >
<property>"action"</property>
</emphasis> attribute, but the javascript:A4J.AJAX.Submit(...) call. In this
case, rendering is defined as reRender=list of Ids for the form element
itself.</para>
<para>Example</para>
@@ -74,13 +74,13 @@
]]></programlisting>
<para>This example shows that in order to make <emphasis
role="bold">
<property><t:dataScroller></property>
- </emphasis> submissions to be AJAX ones it's required only to place this
<emphasis role="bold">
+ </emphasis> submissions to be Ajax ones it's required only to place this
<emphasis role="bold">
<property><t:dataScroller></property>
</emphasis> into <emphasis role="bold">
<property><a4j:form></property>
</emphasis>. In the other case it is necessary to redefine renders for its
child links elements that are defined as <emphasis role="bold">
<property><h:commandLink></property>
- </emphasis> and can't be made AJAX ones with using e.g. <emphasis
role="bold">
+ </emphasis> and can't be made Ajax ones with using e.g. <emphasis
role="bold">
<property><a4j:support></property>
</emphasis>.</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -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-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -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-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -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>
@@ -76,7 +76,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">
@@ -90,7 +90,7 @@
<property><a4j:include></property>
</emphasis>returns outcome defined as <emphasis role="bold">
<property><redirect/></property>,
- </emphasis> AJAX submit is performed with navigation of the whole page and
not only of the current view.
+ </emphasis> Ajax submit is performed with navigation of the whole page and
not only of the current view.
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -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/listener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listener.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/listener.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -6,6 +6,6 @@
<property><f:action></property>
</emphasis> or <emphasis role="bold">
<property><f:value></property>
- </emphasis> components but it is used for an AJAX container.
+ </emphasis> components but it is used for an Ajax container.
</para>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -94,7 +94,7 @@
</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>
<!--
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -118,7 +118,7 @@
</listitem>
</itemizedlist>
- <para>An AJAX form submission is performed, and specified elements in the
<emphasis>
+ <para>An Ajax form submission is performed, and specified elements in the
<emphasis>
<property>"reRender"</property>
</emphasis> attribute are rerendered.</para>
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-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -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/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -77,9 +77,9 @@
<property><f:view></property>
</emphasis> doesn't get control over the "<emphasis
>
<property>RENDER_RESPONSE</property>
- </emphasis>" phase, thus AJAX can't get control and make a
response also. To avoid this problem it was necessary to use <emphasis
role="bold">
+ </emphasis>" phase, thus Ajax can't get control and make a
response also. To avoid this problem it was necessary to use <emphasis
role="bold">
<property><a4j:page></property>
- </emphasis> on the page round the AJAX updatable area. In the last versions
of both frameworks the problem is successfully fixed and no <emphasis
role="bold"><property><a4j:page></property></emphasis>
usage is required.</para>
+ </emphasis> on the page round the Ajax updatable area. In the last versions
of both frameworks the problem is successfully fixed and no <emphasis
role="bold"><property><a4j:page></property></emphasis>
usage is required.</para>
<para>The component is rendered as a full HTML page template (it was shown in
the example). The "<emphasis >
<property>head</property>
</emphasis>" section is defined with the help of the corresponding
facet with the name="head" and also there is an attribute with the same
name for contentType definition.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -42,7 +42,7 @@
]]></programlisting>
<para>The <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> component defined this way every second submits AJAX form onto
the server, performs the corresponding action and renders a components with the
<emphasis >
+ </emphasis> component defined this way every second submits Ajax form onto
the server, performs the corresponding action and renders a components with the
<emphasis >
<property>"someDataTable"</property>
</emphasis> id after a response comes back.</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.desc.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.desc.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -5,7 +5,7 @@
<para>
The <emphasis role="bold">
<property><a4j:region></property>
-</emphasis> component defines an area that is decoded on the server after AJAX
submission.
+</emphasis> component defines an area that is decoded on the server after Ajax
submission.
</para>
</section>
</root>
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -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/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -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>
@@ -81,7 +81,7 @@
</emphasis> component. Here <emphasis >
<property>"for"</property>
</emphasis>
-attribute should point at an AJAX container (<emphasis
role="bold"><property><a4j:region></property></emphasis>)
"id", which requests are tracked by a component.
+attribute should point at an Ajax container (<emphasis
role="bold"><property><a4j:region></property></emphasis>)
"id", which requests are tracked by a component.
</listitem>
</itemizedlist><itemizedlist>
<listitem>
@@ -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.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.desc.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.desc.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -13,7 +13,7 @@
<section>
<title>Description</title>
<para>The component is used for inserting
<property>subtables</property> into tables with opportunity to choose data
from a model
- and built-in AJAX updates support.</para>
+ and built-in Ajax updates support.</para>
<figure>
<title>SubTable element</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -78,11 +78,11 @@
of the master - details type. The component is also has common peculiarities of any
rich component:</para>
<itemizedlist>
<listitem>Skin support. The table completely meets a three-class principle of
Rich Faces skinnability</listitem>
- <listitem>Support of AJAX updates for a limited set of rows</listitem>
+ <listitem>Support of Ajax updates for a limited set of rows</listitem>
</itemizedlist>
- <para>Skins support is described in the <link
linkend="ArchitectureOverview">corresponding section</link>. AJAX
support is
+ <para>Skins support is described in the <link
linkend="ArchitectureOverview">corresponding section</link>. Ajax
support is
possible because the component is created basing on the <emphasis
role="bold"><property><a4j:repeat></property></emphasis>
component and as a result the
- component has its possibilities of AJAX updates for a limited set of rows. The
component is implemented
+ component has its possibilities of Ajax updates for a limited set of rows. The
component is implemented
with the <emphasis
><property>"ajaxKeys"</property></emphasis>
attribute for a table and in contrast to the <emphasis
role="bold"><property><a4j:repeat></property></emphasis>
outputs the standard HTML
structure for table rendering.</para>
<programlisting role="XML"><![CDATA[...
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-08-21
09:20:37 UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-08-21
11:46:56 UTC (rev 2365)
@@ -181,7 +181,7 @@
(for additional information, read JSF Reference) and custom attribute
managing AJAX
requests sending (for additional information, see <ulink
url="http://www.jboss.org/projects/jbossajax4jsf">Ajax4JSF
Project</ulink>).</para>
- <para>In addition to these attributes common for AJAX action components and
limiting
+ <para>In addition to these attributes common for Ajax action components and
limiting
requests quantity and frequency,
<property>suggestionBox</property> has one more its own
attribute limiting requests (the <emphasis>
<property>"minChars"</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.desc.xml 2007-08-21 09:20:37
UTC (rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.desc.xml 2007-08-21 11:46:56
UTC (rev 2365)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:support></property>
- </emphasis> component adds an AJAX support to any existing JSF component.
It allows a component to generate asynchronous requests on the necessary event demand and
with partial update of page content after a response incoming from the
server.</para>
+ </emphasis> component adds an Ajax support to any existing JSF component.
It allows a component to generate asynchronous requests on the necessary event demand and
with partial update of page content after a response incoming from the
server.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-08-21 09:20:37 UTC
(rev 2364)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-08-21 11:46:56 UTC
(rev 2365)
@@ -35,8 +35,8 @@
<title>Creating on a page</title>
<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
+ </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
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>