Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » XWT. How to use Link with anchor?
XWT. How to use Link with anchor? [message #579627] Thu, 29 July 2010 15:36 Go to next message
Konstantin Scheglov is currently offline Konstantin ScheglovFriend
Messages: 555
Registered: July 2009
Senior Member
AFAIK part of text between <a> and </a> is underlined and can be clicked.

I've tried this:
<Link text="<a>New Link<a/>"/>
But it does not show underlined text.
And I can not include < and > directly into text, because XML does not allow me do this.
--
Konstantin Scheglov,
Instantiations, Inc.


Konstantin Scheglov,
Google, Inc.
Re: XWT. How to use Link with anchor? [message #579655 is a reply to message #579627] Thu, 29 July 2010 15:44 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Did you try &gt; und &lt;?

Tom

Am 29.07.10 17:36, schrieb Konstantin Scheglov:
> AFAIK part of text between <a> and </a> is underlined and can be clicked.
>
> I've tried this:
> <Link text="<a>New Link<a/>"/>
> But it does not show underlined text.
> And I can not include < and > directly into text, because XML does not
> allow me do this.
Re: XWT. How to use Link with anchor? [message #579894 is a reply to message #579627] Sat, 31 July 2010 08:42 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
The Text uses the SWT Text widget, which doens't support the hyperlink
instead. I think you can use the Link or HyperLink of Eclipse forms.

best regards
yves yang
"Konstantin Scheglov" <Konstantin.Scheglov@gmail.com> wrote in message
news:i2s76n$s33$1@build.eclipse.org...
> AFAIK part of text between <a> and </a> is underlined and can be clicked.
>
> I've tried this:
> <Link text="<a>New Link<a/>"/>
> But it does not show underlined text.
> And I can not include < and > directly into text, because XML does not
> allow me do this.
> --
> Konstantin Scheglov,
> Instantiations, Inc.
Previous Topic:Developing plug-ins
Next Topic:XWT. How to use Link with anchor?
Goto Forum:
  


Current Time: Fri Apr 19 09:20:02 GMT 2024

Powered by FUDForum. Page generated in 0.01767 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top