[richfaces-svn-commits] JBoss Rich Faces SVN: r13796 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 23 09:49:42 EDT 2009


Author: ochikvina
Date: 2009-04-23 09:49:42 -0400 (Thu, 23 Apr 2009)
New Revision: 13796

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6716 - adding the description for new method Richfaces.hideTopModalPanel();

Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2009-04-23 13:41:49 UTC (rev 13795)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2009-04-23 13:49:42 UTC (rev 13796)
@@ -115,7 +115,7 @@
 
                                         <tbody>
                                                   <row>
-                                                  <entry>RichFaces.showModalPanel (client
+                                                  <entry>Richfaces.showModalPanel (client
                                                   Id)</entry>
 
                                                   <entry>Opens a window with a specified client
@@ -123,12 +123,18 @@
                                                   </row>
 
                                                   <row>
-                                                  <entry>RichFaces.hideModalPanel (client
+                                                  <entry>Richfaces.hideModalPanel (client
                                                   Id)</entry>
 
                                                   <entry>Closes a window with a specified client
                                                   Id</entry>
                                                   </row>
+                                                  
+                                                  <row>
+                                                            <entry>Richfaces.hideTopModalPanel ()</entry>
+                                                            
+                                                            <entry>Closes the current visible window at the top</entry>
+                                                  </row>
                                         </tbody>
                               </tgroup>
                     </table>




More information about the richfaces-svn-commits mailing list