2 Replies Latest reply on Feb 22, 2011 1:57 PM by sudda_1

    How to make whole page Modal

    sudda_1

       

      I'm opening a ModalPanel from an IFrame window, which is part of my page as follows:

       

       

       

       

       

      Richfaces.showModalPanel('myErrorPanelId');           

       

      This obviously only makes my IFrame modal. I can still click on the navigation links outside of the IFrame.

       

       

      How do I make the complete page modal?

       

      Thanks.