Author: smukhina
Date: 2008-02-13 07:45:58 -0500 (Wed, 13 Feb 2008)
New Revision: 6051
Modified:
trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/form.xml
trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.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/keepAlive.xml
trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml
trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
trunk/docs/userguide/en/src/main/docbook/included/log.xml
trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.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/portlet.xml
trunk/docs/userguide/en/src/main/docbook/included/push.xml
trunk/docs/userguide/en/src/main/docbook/included/region.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/support.xml
Log:
http://jira.jboss.com/jira/browse/RF-2157 - Section names unification
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -34,7 +34,7 @@
<programlisting role="XML"><![CDATA[<a4j:actionParam
noEscape="true" name="param1" value="getMyValue()"
assignTo="#{bean.prop1}" />]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -45,7 +45,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis></para>
<programlisting role="JAVA"><![CDATA[package demo;
Modified: trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml 2008-02-13
12:45:23 UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml 2008-02-13
12:45:58 UTC (rev 6051)
@@ -64,7 +64,7 @@
</section>
<section>
- <title>Details of usage</title>
+ <title>Details of Usage</title>
<para>
The <property><rich:changeExpandListener></property> is used as
a nested tag with <property><rich:tree></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-02-13
12:45:23 UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-02-13
12:45:58 UTC (rev 6051)
@@ -39,7 +39,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -40,7 +40,7 @@
<programlisting role="XML"><![CDATA[<a4j:commandLink
reRender="someData" action="#{bean.action1}"
value="Link"/>]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -45,7 +45,7 @@
]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2008-02-13
12:45:23 UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2008-02-13
12:45:58 UTC (rev 6051)
@@ -42,7 +42,7 @@
]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -68,7 +68,7 @@
<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>
+ <title>Creating the Component Dynamically Using Java</title>
<programlisting role="JAVA"><![CDATA[<import
org.ajax4jsf.component.html.Include;
...
Include myInclude = new Include();
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -54,7 +54,7 @@
be object with two subproperties). </para>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -38,7 +38,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis> </para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -38,7 +38,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis></para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -41,7 +41,7 @@
]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -41,7 +41,7 @@
]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2008-02-13 12:45:23 UTC (rev
6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2008-02-13 12:45:58 UTC (rev
6051)
@@ -37,7 +37,7 @@
<para>Then, in order to open a log window, press
"CTRL+SHIFT+L" on a page with the component.</para>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -46,7 +46,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml 2008-02-13
12:45:23 UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml 2008-02-13
12:45:58 UTC (rev 6051)
@@ -64,7 +64,7 @@
</section>
<section>
- <title>Details of usage</title>
+ <title>Details of Usage</title>
<para>
The <property><rich:nodeSelectListener></property> is used as a
nested tag with <property><rich:tree></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2008-02-13 12:45:23
UTC (rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2008-02-13 12:45:58
UTC (rev 6051)
@@ -52,7 +52,7 @@
]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -47,7 +47,7 @@
]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -48,7 +48,7 @@
</emphasis> id after a response comes back.</para-->
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -40,7 +40,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<programlisting role="JAVA"><![CDATA[
import org.ajax4jsf.component.html.HtmlPortlet;
...
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -37,7 +37,7 @@
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<programlisting role="JAVA"><![CDATA[import
org.ajax4jsf.component.html.AjaxPush;
...
AjaxPush myPush = new AjaxPush();
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -41,7 +41,7 @@
</a4j:region>]]></programlisting>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -44,7 +44,7 @@
with the <property>detail</property> key passed to child
components.</para>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -59,7 +59,7 @@
</itemizedlist>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-02-13 12:45:23 UTC
(rev 6050)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-02-13 12:45:58 UTC
(rev 6051)
@@ -48,7 +48,7 @@
redrawn according to a new data from the response.</para>
</section>
<section>
- <title>Dynamical creation of a component from Java code</title>
+ <title>Creating the Component Dynamically Using Java</title>
<para>
<emphasis role="bold">Example:</emphasis>