0 Replies Latest reply on Aug 31, 2011 12:24 PM by rjevans2000

    How to close rich:popupPanel

    rjevans2000

      I am using version 4.0.0.Final of Richfaces.

       

      I have a rich:popupPanel which I want to use in a non-modal state. When the user clicks outside the panel it should disappear.

       

      I can make this work by making the panel modal and then hiding the panel in the onmaskclick js event.

       

      Is it possible to make this work in a non-modal state? Failing that, is it possible to style the mask of a modal popup so that it does not put a shadow over the rest of the screen (it would then look and behave like a non-modal popup)?

       

      Thanks