From richfaces-svn-commits at lists.jboss.org Tue Dec 2 06:17:03 2008 Content-Type: multipart/mixed; boundary="===============7362566395116653546==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r11482 - trunk/docs/userguide/en/src/main/docbook/included. Date: Tue, 02 Dec 2008 06:17:02 -0500 Message-ID: --===============7362566395116653546== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: atsebro Date: 2008-12-02 06:17:02 -0500 (Tue, 02 Dec 2008) New Revision: 11482 Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml Log: RF-5174: modalPanel definition Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2008-1= 2-02 11:10:53 UTC (rev 11481) +++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2008-1= 2-02 11:17:02 UTC (rev 11482) @@ -135,12 +135,17 @@ = Important: - In order to avoid a bug in IE, the roo= t node of the dialog is - moved on the top of a DOM tree. Ho= wever, you should have a - separate form inside the modal pan= el if you want to perform - submits from this panel (so, no fo= rm should be around the - modal panel in this case). - + To work properly the <rich:modalPan= el> should always be placed = + outside the original <h:form> and must include its own <= h:form> for such cases like = + performing submissions from within the <rich:modalPanel>. + + + + Note: + In order to avoid a bug in IE, the root node of the dialog = is moved on the top of a DOM tree. + + + = = It's possible to add a "header" @@ -769,36 +774,46 @@
Relevant Resources Links - - Here you can see the exam= ple of - <rich:modalPanel><= /property> - usage and sources for the given = example. - Information about wizards using the - <rich:modalPanel><= /property> - component could be found in the = Wiki - article and in the FAQ chapter of the guide.= - Examples of validation in - <rich:modalPanel><= /property> - could be found in the Wiki - article and on the RichFaces Users Forum. - - Here - you can find information on how to = show a "Please - Wait" box and block the input while the= Ajax request is - processed using combination of - <a4j:status> - and - <rich:modalPanel><= /property> - components . + Vizit + ModalPanel page at RichFaces Livedemo for examples of compone= nt usage and their sources. + + = + Read the " + An Introduction To JBoss RichFaces" tutorial by Max Katz= to find out how = + the <rich:modalPanel> = + helps to edit and save changes for table entries. = + + = + Some articles at JBoss portal describing different aspects of <= emphasis role=3D"bold"><rich:modalPanel> usage: + + = + + + + "ModalPanelWizards" article describes = + how to create a typical wizard with the help of <rich:modalPanel> component = + (the same could also be found in the " + How to organize wizards using the <rich:modalPanel> compon= ent?" chapter of RichFaces FAQ guide); + + + + + "ModalPanelValidation" article = + gives examples of validation in = <rich:modalPanel> = + (the same in the corresponding topic = + at RichFaces Users Forum); + + + + + "RichFacesPleaseWaitBox" article = + describes how to show a "Please wait" box and block the = input while the Ajax request is being processed = + using combination of <a4j:sta= tus> and = + <rich:modalPanel> components. + + = + + =
= = --===============7362566395116653546==--