Author: cluts
Date: 2008-04-16 05:50:49 -0400 (Wed, 16 Apr 2008)
New Revision: 7862
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
Log:
RF-925 - commented out examples of usage of js api for combobox and contextmenu
components
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-04-16 09:00:58 UTC
(rev 7861)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-04-16 09:50:49 UTC
(rev 7862)
@@ -240,7 +240,7 @@
</listitem>
</itemizedlist>
</para>
- <para>It's possible to handle events for comboBox from JavaScript code.
A simplest example of usage JavaScript API is placed below:</para>
+ <!-- <para>It's possible to handle events for comboBox from
JavaScript code. A simplest example of usage JavaScript API is placed below:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -250,7 +250,7 @@
</rich:comboBox>
...
<h:commandButton value="Enable"
onclick="#{rich:component('comboBoxID')}.enable(event)"/>
-...]]></programlisting>
+...]]></programlisting> -->
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2008-04-16 09:00:58
UTC (rev 7861)
+++ trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2008-04-16 09:50:49
UTC (rev 7862)
@@ -297,7 +297,7 @@
<property></h:form></property>
</emphasis> tags.</para></note>
- <para>It's possible to program events for contextMenu from JavaScript
code. A simplest example of usage JavaScript API is placed below:</para>
+ <!-- <para>It's possible to handle events for contextMenu from
JavaScript code. A simplest example of usage JavaScript API is placed below:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -307,7 +307,7 @@
</rich:contextMenu>
...
<h:commandButton value="Show"
onclick="#{rich:component('cmID')}.show(event)"/>
-...]]></programlisting>
+...]]></programlisting> -->
<!-- Will be done for latest version -->
<!--para> It's possible to define the direction for list appear in
the <emphasis>