Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To get help appearing in the help pane when the user navigates to an item in the navigation tree you should there are at least two things you need to do.

First, register a HELP item with a Navigation Path that contains the path of the tree item. For instance, if the tree item was registered with the path NAVIGATIONTREE\ControlPanel\MyComponent  then the path you need to use for the main content of the help item is HELP\NAVIGATIONTREE\ControlPanel\MyComponent

Then you need to Secondly, register child help items for each section of the help pane that you want help.

...

HELP\NAVIGATIONTREE\ControlPanel\MyComponent\Header

The different sections allow you to place help content in different parts of the help pane. The sections available are:

TypeDescription
HeaderPlaces content at the top of the help pane. Used for small content, such as links. The WMC puts a link to the WinGate Help there.
MainThe section where the main content of your help will reside
RelatedPlaces content under the "Related Topics" section

...