Re: Adding tool tip to a hyperlink in GWT

2009-10-05 Thread rjcarr

I think setTitle() is the method you're looking for.  If that doesn't
work (no idea why it wouldn't) then you could instead use a Label with
event listeners.

On Oct 5, 11:02 am, ART  wrote:
> Hi All,
> How can I add a tooltip to a hyperlink in GWT, I tried
> link.setTitle"help";
> where link is my hyperlink, this did not help in my case.
> Any tip is appreciated.
> Thanks,
> ART.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Adding tool tip to a hyperlink in GWT

2009-10-05 Thread ART

Hi All,
How can I add a tooltip to a hyperlink in GWT, I tried
link.setTitle"help";
where link is my hyperlink, this did not help in my case.
Any tip is appreciated.
Thanks,
ART.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---