When a node is created, a HelpContexts.xml file is
created. This assigns a context id based on the name of the node. You can
modify the HelpContexts.xml file for your node by changing the text on the
description field. The name of the HelpContexts.xml file must be unique within
the project but can contain multiple context entries, for example, if you
had several nodes within a single project, each node can have its context-sensitive
help in the file.
Context-sensitive help is limited in length. A useful
way of providing more help to the user is to link from the F1 help to an
HTML file containing further information, for example, to the node's online
help, described above. The link should be coded as follows:
<topic href"../plugin directory/html file" label="Link title">