[richfaces-svn-commits] JBoss Rich Faces SVN: r11669 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 9 12:10:16 EST 2008
Author: smukhina
Date: 2008-12-09 12:10:16 -0500 (Tue, 09 Dec 2008)
New Revision: 11669
Modified:
trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-391
correcting error in docs due to http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195281#4195281
Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2008-12-09 16:30:08 UTC (rev 11668)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2008-12-09 17:10:16 UTC (rev 11669)
@@ -253,7 +253,7 @@
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="XML"><![CDATA[Richfaces.showModalPanel('panelId', {left: auto}, {param1: value1});]]></programlisting>
+ <programlisting role="XML"><![CDATA[Richfaces.showModalPanel('panelId', {left: auto, param1: value1});]]></programlisting>
<para> Thus, except the standard modalPanel parameters you can pass any of your
own parameters. </para>
<para> Also modalPanel allows to handle its own opening and closing events on
More information about the richfaces-svn-commits
mailing list