Philippe
On Feb 10, 12:45 pm, mariyan nenchev <nenchev.mari...@gmail.com>
wrote:
Hi try to this
HTML text = new HTML("Reference : <a href='http://
www.google.com'>Help> Desk</a>");
I changed " with '
Cheers
Sample: Anchor anchor = new Anchor("GWT Tutorials", "http://
www.gwttutorials.com", "_blank") ;
On 10 fév, 14:38, Daniele <der...@gmail.com> wrote:
> On Feb 10, 2:35 pm, mariyan nenchev <nenchev.mari...@gmail.com> 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
On 10 fév, 18:57, tuxinoo <claudio.dossan...@gmail.com> wrote:
> Why do you not just simply use Anchor widget ?
>
> Sample: Anchor anchor = new Anchor("GWT Tutorials", "http://www.gwttutorials.com", "_blank") ;
On Feb 11, 4:48 pm, philippe <philippe.vonc...@gmail.com> wrote:
> Normally, Anchor is used to internal link.http://myapp/#myAnchor
You're confusing Anchor with Hyperlink (or InlineHyperlink)
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.