Customizing Information Console online help : Changing help content : Adding or removing help topics

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 Information Console help system

Use the following procedure to remove a help topic from the Information Console help system.

1  
2  
3  
function WWHBookGroups_Books(ParamTop)
{
  ParamTop.fAddDirectory("using-ip", null, null, null, null);
  ParamTop.fAddDirectory("dashboards", null, null, null, null);
  ParamTop.fAddDirectory("customizing-ip", null, null, null, null);
  ParamTop.fAddDirectory("javascriptapi", null, null, null, null);
  ParamTop.fAddDirectory("glossary", null, null, null, null);
}
4  
5  
6  

(c) Copyright Actuate Corporation 2011