Adding or removing categories of information

The categories of information within an information class in the information center are defined by the contents of a class definition file in the directory html\navigation. A class definition file is a JavaScript file, such as Tasks.js, that can be edited using any ASCII editor. The names of the class definition files are contained in file html\navigation\Class.js as the first parameter in the invocations of the JavaScript function classDefn.

Each line in a class definition file is one of:

To remove an existing category you can either

To add a new category, simply add a new line to the class definition file containing an invocation of the function category. The three parameters to the function are

  1. the name of the JavaScript file that contains the definition of the topics within the category
  2. the text string that is to appear in the navigation window
  3. the pathname of the HTML file that contains the intoduction to the category, relative to the directory html.