Author: afedosik
Date: 2007-09-13 10:17:41 -0400 (Thu, 13 Sep 2007)
New Revision: 2927
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-744 dropdownmenu source code fixing
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-09-13 13:00:05
UTC (rev 2926)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-09-13 14:17:41
UTC (rev 2927)
@@ -66,7 +66,8 @@
<!--Nested menu components-->
</rich:dropDownMenu>
...
- </programlisting>
+ ]]></programlisting>
+
</section>
<section>
@@ -107,7 +108,7 @@
<h:graphicImage value="/images/img1.gif"/>
</f:facet>
...
- </programlisting>
+ ]]></programlisting>
<para>Use the <emphasis>
<property>"event"</property>
@@ -118,11 +119,13 @@
<para>
<emphasis role="bold">Example:</emphasis>
</para>
+
<programlisting role="XML"><![CDATA[...
<rich:dropDownMenu event="onclick" value="Item1">
<!--Nested menu components-->
</rich:dropDownMenu>
-...]]></programlisting>
+...
+]]></programlisting>
<para>The <emphasis role="bold">
<property><rich:dropDownMenu></property>
@@ -271,6 +274,7 @@
<para>
<emphasis role="bold">Example:</emphasis>
</para>
+
<programlisting role="XML"><![CDATA[...
<rich:dropDownMenu value="Item1" direction="bottom-right"
jointPoint="tr" horizontalOffset="-15"
verticalOffset="0">
<!--Nested menu components-->