Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Help System - expand a book a starting
Help System - expand a book a starting [message #256267] Mon, 28 June 2004 09:09 Go to next message
Eclipse UserFriend
Originally posted by: dbarraud.fr.ibm.com

Hello,

I'm using the help system with my own content and looking for a way to
expand/open a section when starting the help system.
Is there a setting somewhere in the plugin.xml file ?

Thanks

david
Re: Help System - expand a book a starting [message #256469 is a reply to message #256267] Mon, 28 June 2004 20:01 Go to previous message
Konrad Kolosowski is currently offline Konrad KolosowskiFriend
Messages: 243
Registered: July 2009
Senior Member
Hi,

It is unclear how you start help system - menu action in application build
on top of IDE, RCP application, from code, or stand-alone help. Here are
some pointers, pick the one that fits your scenario:

The Help->Help Contents action that is in the menu by default opens a help
welcome page, not a specific topic or a book.
Using WorkenchHelp.displayHelpResource() you can pass URL to a TOC or an
HTML topic.
Using stand-alone help you can pass a URL with -command displayHelp [url]
parameters.
The URLs must be either absolute URLs like http://someexternalserver/path,
or relative like /myplugin/mytoc.xml or /myplugin/mytopic.html

Konrad

"Dvd" <dbarraud@fr.ibm.com> wrote in message
news:cbon7b$eec$1@eclipse.org...
> Hello,
>
> I'm using the help system with my own content and looking for a way to
> expand/open a section when starting the help system.
> Is there a setting somewhere in the plugin.xml file ?
>
> Thanks
>
> david
>
>
Previous Topic:Starting Fresh - Do I Use OSGI?
Next Topic:Eclipse 3.0: Product spec problem
Goto Forum:
  


Current Time: Fri Oct 18 11:29:47 GMT 2024

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

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

Back to the top