Hi Guys,
I'm having a problem setting a link on an image. It's working in FF
but not in IE. I just wanted to make sure if this issue is solved or
do I need to have a workaround?
I want to do something like this, but in GWT of course: "<a href="?
locale=en"><img src="en.gif"/></a>"
In java it looks like this:
Image en = images.enImage().createImage();
Anchor anchor = new Anchor();
anchor.setHref("?locale=de");
anchor.getElement().appendChild( de.getElement() );
HTML info = new HTML( anchor+" some more input..." );
I found this help here:
http://code.google.com/p/google-web-toolkit/issues/detail?id=3080
I'm just wondering that something trivial like setting a link on an
image is not implemented properly... :(
I appreciated any help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---