Thanks Alastair, that's a good idea. AjaxEventBehavior would give the effect but with a round trip to the server. It would be nice to have a javascript only onmouseover where the images are pre-loaded.
I'm currently using the wicketstuff-dojo onmouseover-highlight, which is good enough for now. http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.lfx.DojoFXTestPage Thanks again, Tim > Have a look at AjaxEventBehavior. You can either combine this with an > Image > component or add an AttributeModifier and manually tweak the <img>'s src > attribute. > > Alastair > > 2008/9/19 Tim Squires <[EMAIL PROTECTED]> > >> Hi All, >> >> Before I go and write my own component to change the src of an img >> onouseover, I just wanted to make sure that there is no standard >> component. I don't want to re-invent the wheel. >> >> Is there a standard component for changing the Image or ImageButton >> image >> onmouseover? >> >> Thanks, >> Tim >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
