0 Replies Latest reply on Oct 9, 2013 7:16 AM by amitsharma1986

    RichFaces Context Menu :Prevent Hide

    amitsharma1986

      Hi ,

      We are using RichFaces 3.3.3 version (and restricted to use the same). We have a context menu (<rich:menuItem>.....</rich:menuItem>) which disappears if we mouseout of the menu. I want to override this default behaviour , and let the context menu visible even if we mouse over it and mouse out from it. I need to close this menu only when we click outside the context menu. I tried with javascript/jQuery to do this but fail. I use contextMenu.setOnMouseOut( my javascript method).

      Please suggest.