Hello, I have a requirement where I need to change the images based on the current position of the mouse on a particular background image, I have one background image and around 15 different images that need to be shown on top of the background image based on where the mouse points to on the image.
I have created two WebMarkupContainers. baseMarkupContainer, for the background image which is always visible, and hoverMarkupContainer with the hovering image which is visible on a mouseOver event. I am using an AjaxEventBehavior to implement the same. It is working fine with two images, but could anyone tell me how do I change the image for several different mouse positions, relative to the background image. I am not very familiar with javascript, if thats the only option, could some help me with changing the name of the image file in the hoverMarkupContainer based on mouse position, and how this change can be reflected back in the wicket code. Thanks and Regards. Jayesh Sarswat -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/onMouseOver-and-onMouseClick-in-wicket-tp4666775.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
