Author: cluts
Date: 2008-06-23 08:16:51 -0400 (Mon, 23 Jun 2008)
New Revision: 9157
Modified:
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
Log:
RF-672 - corrected names of attributes, tags and components for htmlCommandLink,
outputPanel, treeNode, mediaOutput
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-06-23
12:15:15 UTC (rev 9156)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2008-06-23
12:16:51 UTC (rev 9157)
@@ -71,7 +71,7 @@
<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>
- The usage of the keyword
<property>'this'</property> in JavaScript code in the
<emphasis><property>"oncomplete"</property></emphasis>
attribute
+ The usage of the keyword <code>'this'</code> in
JavaScript code in the
<emphasis><property>"oncomplete"</property></emphasis>
attribute
depends on the location of <emphasis
role="bold"><property><a4j:commandButton></property></emphasis>.
If the <property>commandButton</property> is situated outside the re-rendered
region
you can use keyword <property>'this'</property> as
in the following example:
</para>
@@ -86,7 +86,7 @@
<para>
Otherwise if the <property>commandButton</property> contained in
re-rendered region
the
<emphasis><property>"oncomplete"</property></emphasis>
attribute has a problem obtaining a reference of the
<property>commandButton</property> object
- when using the keyword
<property>'this'</property>. In this case you can use the
<emphasis><property>"oncomplete"</property></emphasis>
attribute as in the following example:
+ when using the keyword <code>'this'</code>. In
this case you can use the
<emphasis><property>"oncomplete"</property></emphasis>
attribute as in the following example:
</para>
<programlisting role="XML"><![CDATA[...
<h:form id="form">
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-06-23 12:15:15
UTC (rev 9156)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-06-23 12:16:51
UTC (rev 9157)
@@ -97,7 +97,7 @@
Value specifies a bean class keeping data for transmitting into a method that
transmits it into a stream.
</para></listitem>
</itemizedlist>
- <note><title>Note:</title><para>A bean class transmitted into
value should implement Serializable interface.
+ <note><title>Note:</title><para>A bean class transmitted into
value should <code>implement Serializable</code> interface.
</para>
</note>
<para>Hence, when using the component it's possible to output your data of
any type on a page with Ajax requests.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-06-23 12:15:15 UTC
(rev 9156)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2008-06-23 12:16:51 UTC
(rev 9157)
@@ -128,8 +128,8 @@
</imageobject>
</mediaobject>
</figure>
- <para>Hence,<code><h:outputText /></code> tag
outputs the <code>"context-param"</code> string and
- then the <code><h:inputText/></code> outputs the
<code>data.name</code> element of this node.
+ <para>Hence,<emphasis
role="bold"><property><h:outputText
/></property></emphasis> tag outputs the
<code>"context-param"</code> string and
+ then the <emphasis role="bold"><property><h:inputText
/></property></emphasis> outputs the <code>data.name</code>
element of this node.
</para>
<para>Different nodes for rendering could be defined depending on some
conditions on the tree
level. Each condition represents some rendering template. To get more information
on various