Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Controlling order of top level 'books' in help/infocenter



You can use the org.eclipse.help/baseTOCs attribute in the
plugin_customization.ini file of your primary feature to organize the top
level 'books' in the toc pane; just use a comma-delimited list of the TOC
XML files you want ikn the order you want.

For example:

org.eclipse.help/baseTOCS=/plugin-name/toc.xml, \
    /plugin2-name/toc2.xml

FYI, this list is really meant for development (design and coding)
discussions; the eclipse.platform newsgroup at
http://eclipse.org/newsgroups/index.html is the appropriate place to ask
about how to make use of the help system technology.

Dan



                                                                                                                                              
                      "David Cramer (Tech                                                                                                     
                      Pubs)"                          To:       <platform-help-dev@xxxxxxxxxxx>                                               
                      <dcramer@xxxxxxxxxx>            cc:                                                                                     
                      Sent by:                        Subject:  [platform-help-dev] Controlling order of top level 'books' in help/infocenter 
                      platform-help-dev-admin@                                                                                                
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      01/10/2003 10:53 AM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              



I'm probably being dense, but I haven't figured out how to control the
order of top level 'books' in the toc pane.


Thanks,
David





Back to the top