3 Replies Latest reply on May 11, 2009 7:52 AM by ilya_shaikovsky

    combine rich:effect with rich:tooltip?

    lain

      Hello,

      is it somehow possible to use an effect on the tooltip? Tooltip itself works fine, but can we somehow change the way it appears with one of the effects?

      thanks

        • 1. Re: combine rich:effect with rich:tooltip?

          Applying effects is easy if the object has no own behaviour. Otherwise, the freedom of choices is limited.

          • 2. Re: combine rich:effect with rich:tooltip?
            altes-kind

            So... ist it possible to combine rich:toolTip with rich:effect?

            I've tried something like this but it doesn't work. :-(

            <h:graphicImage url="/images/info2.png" alt="Information" class="icon" id="iconRemitteeName1">
             <rich:effect event="onmouseover" type="Appear" for="tooltipRemitteeName1" />
            </h:graphicImage>
            <rich:toolTip id="tooltipRemitteeName1" for="iconRemitteeName1" value="I'm just a test!">
            </rich:toolTip>


            • 3. Re: combine rich:effect with rich:tooltip?
              ilya_shaikovsky

              unfortunatelly currently you can't achieve this out of the box... because tooltip just changes display none to display block in show method.. So no place to point effect to.

              such better support for effects, better layouts and so on planned to 4 version.