Normally, Anchor is used to internal link. http://myapp/#myAnchor
On 10 fév, 18:57, tuxinoo <[email protected]> wrote: > Why do you not just simply use Anchor widget ? > > Sample: Anchor anchor = new Anchor("GWT Tutorials", > "http://www.gwttutorials.com", "_blank") ; > > On 10 fév, 14:38, Daniele <[email protected]> wrote: > > > > > On Feb 10, 2:35 pm, mariyan nenchev <[email protected]> wrote: > > > > Hi, i tried it but it didn't work. > > > HTML text = new HTML("Reference : <a href="http://www.google.com">Help > > > Desk</a>"); > > > > It still does not render as link... > > > Hi try to this > > > HTML text = new HTML("Reference : <a href='http://www.google.com'>Help> > > Desk</a>"); > > > I changed " with ' > > Cheers -- 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.
