hyperlinks/html

2011-06-24 Thread christian londono
Hi, im creating a plugin for an already existing website that will
incorporate a launchpad of sorts. I need a way to use a hyperlink that
will redirect me to somewhere else on the website, but as far as my
understanding of hyperlinks for gwt widgets is that it only points to
another page in the application itself and so im not sure if i can
jump somewhere else on the website. If so how can i?

-- 
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.



Re: hyperlinks/html

2011-06-24 Thread Ben Imp
Check out the Anchor widget.  That should let you navigate anywhere you 
want.

-Ben

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/nmJKvypcdzEJ.
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.