Content Information Sample
This is a sample help window for the "Post It" sample. It exists to
demonstrate the overall process of how to set up help for your own task frames.
The steps needed are:
- Create a mapping file (a properties file) that maps help topic IDs (keys) to
HTML help files.
- Add a helpTopicsMapping tag into your Task's property file. This tag
lists the mapping file to use to resolve help requests.
- Create a Help Context for that mapping file during the creation of the
task frame.
- Register components with the help context by providing the topic ID
that should be associated with the component.