Author: sabrashevich
Date: 2007-05-07 08:58:28 -0400 (Mon, 07 May 2007)
New Revision: 178
Modified:
trunk/docs/userguide/en/included/commandButton.desc.xml
trunk/docs/userguide/en/included/commandButton.xml
trunk/docs/userguide/en/included/commandLink.desc.xml
trunk/docs/userguide/en/included/commandlink.xml
trunk/docs/userguide/en/included/form.xml
trunk/docs/userguide/en/included/htmlCommandLink.desc.xml
trunk/docs/userguide/en/included/htmlCommandLink.xml
trunk/docs/userguide/en/included/include.xml
trunk/docs/userguide/en/included/jsFunction.xml
trunk/docs/userguide/en/included/loadScript.xml
trunk/docs/userguide/en/included/loadStyle.xml
trunk/docs/userguide/en/included/log.desc.xml
trunk/docs/userguide/en/included/mediaOutput.desc.xml
trunk/docs/userguide/en/included/mediaOutput.xml
trunk/docs/userguide/en/included/outputPanel.Desc.xml
trunk/docs/userguide/en/included/outputPanel.xml
trunk/docs/userguide/en/included/page.desc.xml
trunk/docs/userguide/en/included/page.xml
trunk/docs/userguide/en/included/poll.Desc.xml
trunk/docs/userguide/en/included/poll.xml
trunk/docs/userguide/en/included/region.Desc.xml
trunk/docs/userguide/en/included/region.xml
trunk/docs/userguide/en/included/repeat.desc.xml
trunk/docs/userguide/en/included/repeat.xml
trunk/docs/userguide/en/included/status.desc.xml
trunk/docs/userguide/en/included/status.xml
trunk/docs/userguide/en/included/support.Desc.xml
trunk/docs/userguide/en/included/support.xml
Log:
correcting sections order
Modified: trunk/docs/userguide/en/included/commandButton.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/commandButton.desc.xml 2007-05-05 17:54:07 UTC (rev
177)
+++ trunk/docs/userguide/en/included/commandButton.desc.xml 2007-05-07 12:58:28 UTC (rev
178)
@@ -1,8 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
+<chapter>
<section>
+<title>Description</title>
<para>The <emphasis role="bold">
<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>
-</section>
\ No newline at end of file
+</section>
+</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/included/commandButton.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/commandButton.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<chapter>
- <section>
+<chapter>
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -30,8 +29,7 @@
</tbody>
</tgroup>
</table></para>
- </section>
- <section>
+ <section>
<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>
Modified: trunk/docs/userguide/en/included/commandLink.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/commandLink.desc.xml 2007-05-05 17:54:07 UTC (rev
177)
+++ trunk/docs/userguide/en/included/commandLink.desc.xml 2007-05-07 12:58:28 UTC (rev
178)
@@ -1,8 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
+<chapter>
<section>
+<title>Description</title>
<para> The <emphasis role="bold">
<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>
-</section>
\ No newline at end of file
+</section>
+</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/commandlink.xml
===================================================================
--- trunk/docs/userguide/en/included/commandlink.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/commandlink.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table></para>
- </section>
+
<section>
<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>
Modified: trunk/docs/userguide/en/included/form.xml
===================================================================
--- trunk/docs/userguide/en/included/form.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/form.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Component definition on a page is similar to definition of the original
component from JSF HTML library. </para>
Modified: trunk/docs/userguide/en/included/htmlCommandLink.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/htmlCommandLink.desc.xml 2007-05-05 17:54:07 UTC (rev
177)
+++ trunk/docs/userguide/en/included/htmlCommandLink.desc.xml 2007-05-07 12:58:28 UTC (rev
178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<chapter>
<section>
+<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:htmlCommandLink></property>
</emphasis> component is very similar to the same component from the JSF HTML
library, the only slight difference is in links generation and problem solving that occurs
when an original component is used.</para>
-</section>
\ No newline at end of file
+</section>
+</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/included/htmlCommandLink.xml 2007-05-05 17:54:07 UTC (rev
177)
+++ trunk/docs/userguide/en/included/htmlCommandLink.xml 2007-05-07 12:58:28 UTC (rev
178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Component definition on a page is the same as for the original component
from the JSF HTML library.</para>
Modified: trunk/docs/userguide/en/included/include.xml
===================================================================
--- trunk/docs/userguide/en/included/include.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/include.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table></para>
- </section>
+
<section>
<title>Creating on a page</title>
<para>To use the component, it's necessary to place the following
strings on a page:</para>
@@ -76,8 +76,8 @@
</emphasis>component inside <emphasis role="bold">
<property><a4j:include></property>
</emphasis>returns outcome defined as <emphasis role="bold">
- <property><redirect/></property>
- </emphasis>, AJAX submit is performed with navigation of all page and not
only of the current view.
+ <property><redirect/></property>,
+ </emphasis> AJAX submit is performed with navigation of all page and not only
of the current view.
</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/included/jsFunction.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/jsFunction.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Simple component definition example:</para>
Modified: trunk/docs/userguide/en/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/included/loadScript.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/loadScript.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
- <section>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +29,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Simple Component definition on a page:</para>
Modified: trunk/docs/userguide/en/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/included/loadStyle.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/loadStyle.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter>
- <section>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +29,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Simple Component definition on a page:</para>
Modified: trunk/docs/userguide/en/included/log.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/log.desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/log.desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<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 AJAX request.</para>
- </section>
\ No newline at end of file
+ </section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/mediaOutput.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/mediaOutput.desc.xml 2007-05-05 17:54:07 UTC (rev
177)
+++ trunk/docs/userguide/en/included/mediaOutput.desc.xml 2007-05-07 12:58:28 UTC (rev
178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:mediaOutput></property>
</emphasis> component implements one of the basic features specified in the
framework. The component is a facility for generating images, video, sounds and other
binary resources defined by a user on-the-fly.</para>
-</section>
\ No newline at end of file
+</section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/included/mediaOutput.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/mediaOutput.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +29,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>To use the component it's necessary to define it on a page and
set Java methods for data keeping and data transmission to output stream. </para>
Modified: trunk/docs/userguide/en/included/outputPanel.Desc.xml
===================================================================
--- trunk/docs/userguide/en/included/outputPanel.Desc.xml 2007-05-05 17:54:07 UTC (rev
177)
+++ trunk/docs/userguide/en/included/outputPanel.Desc.xml 2007-05-07 12:58:28 UTC (rev
178)
@@ -1,4 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
+<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>
-</section>
\ No newline at end of file
+</section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/included/outputPanel.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/outputPanel.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -34,7 +34,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Here is the simplest way for a component creation on a
page.</para>
Modified: trunk/docs/userguide/en/included/page.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/page.desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/page.desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,4 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<title>Description</title>
<para><emphasis
role="bold"><property><a4j:page></property></emphasis>
is a deprecated component used for solving of incompatibility problems in early Ajax4jsf
and MyFaces versions. The component encodes the full html page structure. </para>
</section>
+</root>
Modified: trunk/docs/userguide/en/included/page.xml
===================================================================
--- trunk/docs/userguide/en/included/page.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/page.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>This component should be defined as a child component for <emphasis
role="bold">
@@ -76,11 +76,11 @@
<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>
<para>All other component functionality is the same as of <emphasis
role="bold">
- <property><a4j:region></property>
- </emphasis>. Its desctriprion could be found
+ <a4j:region>.
+ </emphasis> Its desctriprion could be found
<member>
- <ulink
url="http://webdownload.exadel.com/downloads/ajax4jsf/documentation/...
-</member> </para>
+ <ulink
url="http://webdownload.exadel.com/downloads/ajax4jsf/documentation/...;.
+</member></para>
</section>
Modified: trunk/docs/userguide/en/included/poll.Desc.xml
===================================================================
--- trunk/docs/userguide/en/included/poll.Desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/poll.Desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<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>
-</section>
\ No newline at end of file
+</section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/included/poll.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/poll.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>To use this component it's necessary only to set an update
interval.</para>
Modified: trunk/docs/userguide/en/included/region.Desc.xml
===================================================================
--- trunk/docs/userguide/en/included/region.Desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/region.Desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,8 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<title>Description</title>
<para>
The <emphasis role="bold">
<property><a4j:region></property>
</emphasis> component defines an area that is decoded on the server after AJAX
submission.
</para>
</section>
+</root>
Modified: trunk/docs/userguide/en/included/region.xml
===================================================================
--- trunk/docs/userguide/en/included/region.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/region.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>Here is an example of the region decoding on a page. </para>
Modified: trunk/docs/userguide/en/included/repeat.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/repeat.desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/repeat.desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<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>
-</section>
\ No newline at end of file
+</section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/included/repeat.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/repeat.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table></para>
- </section>
+
<section>
<title>Creating on a page</title>
<para>The component definition on a page is the same as for the <emphasis
role="italic">
Modified: trunk/docs/userguide/en/included/status.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/status.desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/status.desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<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>
- </section>
\ No newline at end of file
+ </section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/status.xml
===================================================================
--- trunk/docs/userguide/en/included/status.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/status.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<para><table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table></para>
- </section>
+
<section>
<title>Creating on a page</title>
<para>There are two ways to define elements indicating a request status
:</para>
Modified: trunk/docs/userguide/en/included/support.Desc.xml
===================================================================
--- trunk/docs/userguide/en/included/support.Desc.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/support.Desc.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
+<root>
<section>
+<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>
-</section>
\ No newline at end of file
+</section>
+</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/support.xml
===================================================================
--- trunk/docs/userguide/en/included/support.xml 2007-05-05 17:54:07 UTC (rev 177)
+++ trunk/docs/userguide/en/included/support.xml 2007-05-07 12:58:28 UTC (rev 178)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<chapter>
- <section>
+
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -30,7 +30,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating on a page</title>
<para>To use a component, place <emphasis role="bold">