Adding or removing help topics
To add or remove help topics from the application help, you delete or create the document root for that help topic. To prevent the navigation pane controls from generating erroneous links to that help topic, you must also alter the help book list, books.js, located in the <context root>\help\wwhelp\wwhimpl\common\private directory. The books.js file also controls the order in which the help topics appear in the table of contents.
How to remove a help topic from the Java Component help system
Use the following procedure to remove a help topic from the Java Component help system.
1  
2  
3  
function WWHBookGroups_Books(ParamTop)
{
  ParamTop.fAddDirectory("using-dk", null, null, null, null);
  ParamTop.fAddDirectory("customizing-dk", null, null, null, null);
  ParamTop.fAddDirectory("javascriptapi", null, null, null, null);
  ParamTop.fAddDirectory("glossary", null, null, null, null);
}
4  
5  
6  

Additional Links:

Copyright Actuate Corporation 2012