Author: smukhina
Date: 2009-06-11 08:08:17 -0400 (Thu, 11 Jun 2009)
New Revision: 14594
Modified:
branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataList.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/messages.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/progressBar.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/repeat.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/subTable.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
https://jira.jboss.org/jira/browse/RF-7287
"Ajax" acronym is unified (was AJAX, ajax, now Ajax)
Modified: branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++ branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -984,7 +984,7 @@
<section
id="AFormIsNotSubmittedOrASetterIsNotCalledAfterAJAXrequest">
<?dbhtml
filename="AFormIsNotSubmittedOrASetterIsNotCalledAfterAJAXrequest.html"?>
<title>Why form isn't submitted or setter
isn't called after
- AJAX request?</title>
+ Ajax request?</title>
<para>This situation could happen because of
conversion/validation errors on
form submission. In order to verify this, it's
necessary to
place this updating via an Ajax error message inside a
form:</para>
@@ -1191,7 +1191,7 @@
]]></programlisting>
<para>In this case the wrapper component always presents in the
DOM tree and its
- inner content could be updated dynamically on
AJAX.</para>
+ inner content could be updated dynamically on
Ajax.</para>
</section>
<section id="PreventDupRerenderingPoll">
@@ -2683,9 +2683,9 @@
</section>
<section id="ajaxCookie">
<?dbhtml filename="ajaxCookie.html"?>
- <title>How to add cookie in an AJAX Respond?</title>
+ <title>How to add cookie in an Ajax Respond?</title>
<para>
- In order to add cookie in an AJAX Respond you could use bean described below.
+ In order to add cookie in an Ajax Respond you could use bean described below.
</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -2719,7 +2719,7 @@
}
...]]></programlisting>
<para>
- Then you could try to set cookie with AJAX Respond as it is shown in the following
example.
+ Then you could try to set cookie with Ajax Respond as it is shown in the following
example.
After the cookie "test" is set the value of this cookie appears on a
page.
</para>
<para>
@@ -2729,7 +2729,7 @@
<h:form>
<h:outputText id="text" value="Cookie value:
#{cookieBean.testCookie}"/>
<br />
- <a4j:commandButton action="#{cookieBean.setTestCookie}" value="Set
Cookie by AJAX">
+ <a4j:commandButton action="#{cookieBean.setTestCookie}" value="Set
Cookie by Ajax">
<a4j:support event="oncomplete" reRender="text" />
</a4j:commandButton>
</h:form>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>The<emphasis role="bold">
<property><rich:ajaxValidator></property>
- </emphasis>is a component designed to provide ajax validation inside for
JSF inputs.</para>
+ </emphasis>is a component designed to provide Ajax validation inside for
JSF inputs.</para>
</section>
<section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ajaxValidator.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -94,7 +94,7 @@
<para>The following example demonstrates how the <emphasis
role="bold">
<property><rich:ajaxValidator></property>
- </emphasis> adds AJAX functionality to standard JSF
validators. The
+ </emphasis> adds Ajax functionality to standard JSF
validators. The
request is sent when the input field loses focus, the
action is
determined by the <emphasis>
<property>"event"</property>
@@ -138,7 +138,7 @@
The <emphasis role="bold">
<property><rich:ajaxValidator></property>
</emphasis> component also works perfectly with
custom validators
- enhancing their usage with AJAX. </para>
+ enhancing their usage with Ajax. </para>
<para> Custom validation can be performed in two ways:
</para>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -241,7 +241,7 @@
<emphasis><property>
"onlistcall"</property></emphasis>which is fired before the
list opening and gives you a possibility to cancel list popup/update
</para></listitem>
<listitem><para>
- <emphasis><property>
"onselect"</property></emphasis>which gives you a
possibility to send AJAX request when item is selected
+ <emphasis><property>
"onselect"</property></emphasis>which gives you a
possibility to send Ajax request when item is selected
</para></listitem>
</itemizedlist>
</para>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataDefinitionList.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -22,7 +22,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem><para>Completely skinned table rows and child
elements</para></listitem>
- <listitem><para>Possibility to update a limited set of rows with
AJAX</para></listitem>
+ <listitem><para>Possibility to update a limited set of rows with
Ajax</para></listitem>
<listitem><para>Possibility to receive values dynamically from a
model</para></listitem>
</itemizedlist>
</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataGrid.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -22,7 +22,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem><para>A completely skinned table and child
elements</para></listitem>
- <listitem><para>Possibility to update a limited set of rows with
AJAX</para></listitem>
+ <listitem><para>Possibility to update a limited set of rows with
Ajax</para></listitem>
<listitem><para>Possibility to receive values dynamically from a
model</para></listitem>
</itemizedlist>
</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataList.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataList.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataList.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -22,7 +22,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem><para>A completely skinned list and child
elements</para></listitem>
- <listitem><para>Possibility to update a limited set of rows with
AJAX</para></listitem>
+ <listitem><para>Possibility to update a limited set of rows with
Ajax</para></listitem>
<listitem><para>Possibility to receive values dynamically from a
model</para></listitem>
</itemizedlist>
</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataOrderedList.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -22,7 +22,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem><para>A completely skinned list and child
elements</para></listitem>
- <listitem><para>Possibility to update a limited set of rows with
AJAX</para></listitem>
+ <listitem><para>Possibility to update a limited set of rows with
Ajax</para></listitem>
<listitem><para>Possibility to receive values dynamically from a
model</para></listitem>
</itemizedlist>
</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -25,7 +25,7 @@
<listitem><para>Possibility to insert the complex subcomponents
<property>"colGroup"</property> and
<property>"subTable"</property></para></listitem>
- <listitem><para>Possibility to update a limited set of strings
with AJAX</para></listitem>
+ <listitem><para>Possibility to update a limited set of strings
with Ajax</para></listitem>
<listitem><para>Possibility to sort and to filter of
columns</para></listitem>
<listitem><para><link linkend="sort">Sorting
column values</link></para></listitem>
<listitem><para><link linkend="filter">Filtering
column values</link></para></listitem>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -299,7 +299,7 @@
</listitem>
</itemizedlist>
- <para>Apart from uploading files to the sever without using AJAX, the Flash
module provides
+ <para>Apart from uploading files to the sever without using Ajax, the Flash
module provides
a number of useful API functions that can be used to obtain information about
the
uploaded file. </para>
@@ -348,7 +348,7 @@
<para> Moreover, embedded Flash module provides a smoother representation
of progress bar
- during the uploading process: the polling is performed is not by AJAX, but my
means of
+ during the uploading process: the polling is performed is not by Ajax, but my
means of
the flash module. </para>
<figure>
<title> Uploading using Flash module <emphasis
role="bold">
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/messages.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/messages.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -129,7 +129,7 @@
</f:facet>
</rich:messages>]]></programlisting>
- <para>The <emphasis
role="bold"><property><rich:messages></property></emphasis>
component keeps all messages for all components even after only one ajax-validated
component was updated.</para>
+ <para>The <emphasis
role="bold"><property><rich:messages></property></emphasis>
component keeps all messages for all components even after only one Ajax-validated
component was updated.</para>
</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/progressBar.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/progressBar.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -356,12 +356,12 @@
<!--Sorting API -->
<row>
<entry>enable()</entry>
- <entry>Begins polling for ajax mode </entry>
+ <entry>Begins polling for Ajax mode </entry>
</row>
<row>
<entry>disable()</entry>
- <entry>Stops polling for ajax mode</entry>
+ <entry>Stops polling for Ajax mode</entry>
</row>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/repeat.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/repeat.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/repeat.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -10,6 +10,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:repeat></property>
- </emphasis> component implements a basic iteration component allowing to
update a set of its children with AJAX.</para>
+ </emphasis> component implements a basic iteration component allowing to
update a set of its children with Ajax.</para>
</section>
</root>
\ No newline at end of file
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/subTable.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/subTable.desc.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/subTable.desc.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -29,7 +29,7 @@
<listitem><para>Completely skinned table rows and child
elements</para></listitem>
<listitem><para>Possibility to insert complex columnGroup
subcomponents</para></listitem>
<listitem><para>Possibility to combine rows and columns
inside</para></listitem>
- <listitem><para>Possibility to update a limited set of rows with
AJAX</para></listitem>
+ <listitem><para>Possibility to update a limited set of rows with
Ajax</para></listitem>
</itemizedlist>
</section>
</section>
\ No newline at end of file
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/suggestionbox.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/suggestionbox.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -187,7 +187,7 @@
<property>"style"</property>
</emphasis> attributes corresponding to dataTable
ones for a table
appearing in popup (for additional information, read JSF
Reference)
- and custom attribute managing AJAX requests sending (for
additional
+ and custom attribute managing Ajax requests sending (for
additional
information, see <ulink
url="http://www.jboss.org/projects/jbossajax4jsf">Ajax4JSF
Project</ulink>).</para>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -478,7 +478,7 @@
<listitem><para>If ever more are detected a warning will appears in
server console during rendering.
All the same named queues after the first instance are
ignored.</para></listitem>
<listitem><para>View scoped default queue is also created
- for components which have the following ajax attributes: (in this case queue has a
component scope)</para>
+ for components which have the following Ajax attributes: (in this case queue has a
component scope)</para>
<itemizedlist>
<listitem><para><emphasis><property>"requestDelay"
</property></emphasis></para></listitem>
<listitem><para><emphasis><property>"ignoreDupResponce"
</property></emphasis></para></listitem>
@@ -842,7 +842,7 @@
<title>JavaScript Interactions</title>
<para> RichFaces allows writing Ajax-enabled JSF application without writing
any
Javascript code. However, you can still invoke the JavaScript code if you need.
- There are several ajax attributes that helps to do it. </para>
+ There are several Ajax attributes that helps to do it. </para>
<para>
<emphasis>
<property>"onsubmit"</property>
@@ -874,9 +874,9 @@
<para>
<emphasis> The <property>"oncomplete"</property>
</emphasis> attribute is used for passing JavaScript that would be invoked
right
- after the AJAX response returns back and DOM is updated. It is not recommended to
+ after the Ajax response returns back and DOM is updated. It is not recommended to
use use keyword <code>this</code> inside the EL-expression, because it
will not
- always point to the component where AJAX request was initiated. </para>
+ always point to the component where Ajax request was initiated. </para>
<para>
<emphasis>
<property>"onbeforedomupdate"</property>
@@ -1201,7 +1201,7 @@
</h:inputText>
...]]></programlisting>
<para> In the example above when the input field with the
- <code>id="name"</code> looses focus, an AJAX request
is sent. So only
+ <code>id="name"</code> looses focus, an Ajax request
is sent. So only
two input fields (with <code>id="name"</code> and
additionally with
<code>id="email"</code>) are processed: decoding,
conversion/validation, value applying phases are executed. The input field with the
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2009-06-11
09:50:25 UTC (rev 14593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2009-06-11
12:08:17 UTC (rev 14594)
@@ -788,7 +788,7 @@
<section
id="AFormIsNotSubmittedOrASetterIsNotCalledAfterAJAXrequest">
<?dbhtml
filename="AFormIsNotSubmittedOrASetterIsNotCalledAfterAJAXrequest.html"?>
- <title>Why form isn't submitted or setter isn't
called after AJAX
+ <title>Why form isn't submitted or setter isn't
called after Ajax
request?</title>
<para>This situation could happen because of conversion/validation
errors on form
submission. In order to verify this, it's necessary to
place this
@@ -972,7 +972,7 @@
]]></programlisting>
<para>In this case the wrapper component always presents in the DOM
tree and its
- inner content could be updated dynamically on AJAX.</para>
+ inner content could be updated dynamically on Ajax.</para>
</section>
<section id="PreventDupRerenderingPoll">