Author: atsebro
Date: 2008-05-14 10:43:16 -0400 (Wed, 14 May 2008)
New Revision: 8578
Modified:
trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
Log:
RF-3326--contextMenu usege particularity
Modified: trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2008-05-14 14:36:24
UTC (rev 8577)
+++ trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2008-05-14 14:43:16
UTC (rev 8578)
@@ -296,6 +296,29 @@
</emphasis> and <emphasis role="bold">
<property></h:form></property>
</emphasis> tags.</para></note>
+
+ <note>
+ <title>Note:</title>
+ <para>When using the
+ <emphasis role="bold">
+ <property><rich:contextMenu></property>
+ </emphasis> component with
+ <emphasis role="bold">
+ <property><h:outputText></property>
+ </emphasis> JSF component, specify id for
+ <emphasis role="bold">
+ <property><h:outputText></property>
+ </emphasis> or move
+ <emphasis role="bold">
+ <property><rich:contextMenu></property>
+ </emphasis> out from
+ <emphasis role="bold">
+ <property><h:outputText></property>
+ </emphasis>component to provide component's correct work.
+ </para>
+ </note>
+
+
<!-- <para>It's possible to handle events for contextMenu from
JavaScript code. A simplest example of usage JavaScript API is placed below:</para>
<para>
Show replies by date