1 Reply Latest reply on Jun 1, 2010 8:31 AM by mpickell

    rich tool tip hideDelay

    mpickell

      I am wondering if I am doing something wrong.  I am using the rich tooltip and trying to set the hideDelay.  The showDelay works, but the toolTip never hides.  I cannot get hideEvent to trigger either.

       

      is there any special configuration, or anything that this component has to be wrapped in?  I am not using the JS API, I am just trying to get it to show and hide on its own.

       

      I'm creating the component dynamically, not in a JSP.  I am using richfaces 3.3.1GA.

        • 1. Re: rich tool tip hideDelay
          mpickell

          found my problem.  I had the default hideEvent set up wrong.  I thought it was supposed to be a piece of javascript code, i didn't realize it was supposed to be "onmouseout"