2 Replies Latest reply on Nov 23, 2009 6:35 AM by lgweb

    Minimize ModalPanel

    lgweb

      In one of my jobs there was a need to minimize the modalPanel the application, it is possible, how?

        • 1. Re: Minimize ModalPanel
          ilya_shaikovsky

          I guess that the main page should be available if modal minimized?

          Then just hide it using hide() api and show some icon element instead where you need for example with jquerry. The element should have show() api defined on click.

          • 2. Re: Minimize ModalPanel
            lgweb

            Thank you illya will take a look in Jquery to see if I find a solution, it would be interesting if in the next richFaces versions the modalPanel offered this type of Support, but once thank you.