private XYZImageBundle Images = (XYZImageBundle)GWT.create
(XYZImageBundle.class);
private Image logo= Images.XYZLogo().createImage();
logo.setTitle("Click here to return to main screen");Straight out of my code in production, XYZ substituted for the real three letter acronym. Also straight out of the book.... On Nov 21, 8:17 am, ART <[EMAIL PROTECTED]> wrote: > Hi, > How can I add tooltips to images in an ImageBundle using only GWT.Some > code snippets please. > thanks, > Anitha. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
