Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Displaying help for top-level topics

Steve,

Change your <toc> definition to be

<toc label="QNX Momentics Professional Edition" topic
="neutrino/bookset.html">

-Dorian

p.s. Please post user related questions on the newsgroup eclipse.tools, we
would like to keep this mailing list for help system development
discussions.



|---------+----------------------------------->
|         |           Steve Reid              |
|         |           <stever@xxxxxxx>        |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           01/22/2003 01:04 PM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-help-dev@xxxxxxxxxxx                                                               |
  |       cc:                                                                                                   |
  |       Subject:  [platform-help-dev] Displaying help for top-level topics                                    |
  |                                                                                                             |
  |                                                                                                             |
  >-------------------------------------------------------------------------------------------------------------|



Is there a way to display help for the top-level topics? For example,
if you click on Workbench User Guide in the help system's Contents
pane:

  - the Contents pane lists the topics inside (Getting Started,
    Concepts, etc.)
  - the right pane simply displays "Workbench User Guide" in a shaded
    bar.

I'd like to display an overview of the QNX docs in the right pane.
Our top-level topics file looks like this:

<?xml version="1.0" encoding="UTF-8"?>

<toc label="QNX Momentics Professional Edition">
  <topic label="A Roadmap to the QNX Momentics Professional Edition" href
="momentics/bookset.html"/>

  <topic label="Board Support Packages (BSPs) for PE" href
="bsp_en/bookset.html">
    <link toc="topics_bsp_en_pe.xml" />
  </topic>
  <topic label="Photon microGUI for QNX 6" href="photon/bookset.html">
    <link toc="topics_photon.xml" />
  </topic>
  <topic label="QNX Neutrino RTOS 6.2" href="neutrino/bookset.html">
    <link toc="topics_neutrino.xml" />
  </topic>

</toc>

I can make the second-level topics display a file when you click on
them (e.g. for QNX Neutrino, you get neutrino/bookset.html). I want
to display momentics/bookset.html when you click on QNX Momentics
Professional Edition. How can I do it?

Thanks for any help you can give me.

------------------------------------------
Steve Reid                  stever@xxxxxxx
TechPubs (Technical Publications)
QNX Software Systems
------------------------------------------

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top