wicketbubble-popup

Create info bubble in wicket?


Is there a way to create info bubbles in wicket. I would imagine for instance a ? as a small round image and when hovered-over, it would pop out a bubble with some text/images/stuff in it. A bit like a ModalWindow actually but which would be shown and hidden by hovering on a question mark and which would appear nearby the question mark. Is there a known component to do that or do I have to create my own modal window which is reacting to hovering states ?


Solution

  • See the below link for sample tooltip for wicket

    http://wicket.visural.net/examples/tooltips