Author: lfryc(a)redhat.com
Date: 2011-11-23 09:36:08 -0500 (Wed, 23 Nov 2011)
New Revision: 22983
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Output_and_messages.xml
Log:
RFPL-1477: renamed a4j:form to h:form
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Output_and_messages.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Output_and_messages.xml 2011-11-23
14:21:10 UTC (rev 22982)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Output_and_messages.xml 2011-11-23
14:36:08 UTC (rev 22983)
@@ -881,7 +881,7 @@
<programlisting language="XML" role="XML"><xi:include
parse="text"
href="extras/exam-Component_Reference-richtoolTip-Attaching_the_tool-tip.xml_sample"
xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
</example>
<para>
- The <sgmltag><rich:tooltip></sgmltag> component can
alternatively be left unattached, and is instead invoked through an event handler on the
target component. To leave the <sgmltag><rich:tooltip></sgmltag>
component unattached, set <code>attached="false"</code>, and define
the event handler to trigger the tool-tip on the target component. This approach is
demonstrated in <xref
linkend="exam-Component_Reference-richtooltip-Unattached_tool-tips" />. When
leaving the <sgmltag><rich:tooltip></sgmltag> component
unattached, ensure it has an <varname>id</varname> identifier defined. If it
is defined outside the target element, it must be nested in an
<sgmltag><a4j:form></sgmltag> component.
+ The <sgmltag><rich:tooltip></sgmltag> component can
alternatively be left unattached, and is instead invoked through an event handler on the
target component. To leave the <sgmltag><rich:tooltip></sgmltag>
component unattached, set <code>attached="false"</code>, and define
the event handler to trigger the tool-tip on the target component. This approach is
demonstrated in <xref
linkend="exam-Component_Reference-richtooltip-Unattached_tool-tips" />. When
leaving the <sgmltag><rich:tooltip></sgmltag> component
unattached, ensure it has an <varname>id</varname> identifier defined. If it
is defined outside the target element, it must be nested in an
<sgmltag><h:form></sgmltag> component.
</para>
<example
id="exam-Component_Reference-richtooltip-Unattached_tool-tips">
<title>Unattached tool-tips</title>