Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Open the external web link from the help contents in EclipseRCP Action bar advisor( Not able to open the external link from the help file (using href in toc.xml))
Open the external web link from the help contents in EclipseRCP Action bar advisor [message #1698104] Thu, 11 June 2015 09:59 Go to next message
raju ak is currently offline raju akFriend
Messages: 15
Registered: October 2013
Junior Member
Hi Team,

I am working on the eclipse rcp application(eclipse 3.3), I want to open the external web link(www.test.com) when user clicks on the help contents in help section. how to achieve this.

And also i want to open the external link from toc.xml file, when i add the external link using href command in toc.xml the help contents will be disappearing.
sample code:
?xml version='1.0' encoding='ISO-8859-1' ?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="ddd" >
<topic label="guide" href="http://www.test.com" />
</topic>
</toc>

can you guys please help me how to do this.

appreciate your help.

Thanks.
Raju
Re: Open the external web link from the help contents in EclipseRCP Action bar advisor [message #1703721 is a reply to message #1698104] Tue, 04 August 2015 11:49 Go to previous message
Eclipse UserFriend
Eclipse 3.3? Seriously?


> Hi Team,
>
> I am working on the eclipse rcp application(eclipse 3.3), I want to open
the external web link(www.test.com) when user clicks on the help contents in
help section. how to achieve this.
>
> And also i want to open the external link from toc.xml file, when i add the
external link using href command in toc.xml the help contents will be
disappearing.
> sample code:
> ?xml version='1.0' encoding='ISO-8859-1' ?>
> <?NLS TYPE="org.eclipse.help.toc"?>
> <toc label="ddd" >
> <topic label="guide" href="http://www.test.com" />
> </topic>
> </toc>
>
> can you guys please help me how to do this.
>
> appreciate your help.
>
> Thanks.
> Raju
Previous Topic:could not find plugin org.eclipse.persistence.jpa.equinox.weaving
Next Topic:Insert text editor of php on my RCP
Goto Forum:
  


Current Time: Thu Mar 28 21:41:09 GMT 2024

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

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

Back to the top