If your console module contains a portlet that requires a help
page, follow the instructions in this topic to implement help for the portlet.
About this task
To implement portlet help, you use the portlet's doHelp() method,
the EclipseHelp class, and the help setting in the portlet.xml file. Inside
the doHelp() method, link to the target help topic in your Eclipse help plug-in
by using the portletHelp() method of the EclipseHelp class. By including a
doHelp() method in your portlet and adding the help setting to the portlet.xml
file, you enable the portlet help mode. When portlet help mode is enabled,
the

icon
is displayed on the portlet title bar. When a user clicks the icon, a separate
browser window opens and displays only that help topic.
The Modes sample
(modes.war) demonstrates how a console module can provide user assistance
or help. This sample is described in samples.html#samples.