Develop > Presentation layer > Customize IBM Sales Center > Online help
Replace the default table of contents
To replace the default table of contents with the own table of contents:
Procedure
- Define the new table of contents using the org.eclipse.help.toc extension point.
- Disable the default IBM Sales Center help by adding the following line to the System configurator extension point:
com.ibm.commerce.telesales.doc=null
Results
This will disable the com.ibm.commerce.telesales.doc plug-in. Note that this plug-in just contains the primary table of contents entries which link to the secondary table of contents entries defined in the com.ibm.commerce.telesales.tsr.doc plug-in. When defining a new table of contents in a customization plug-in, use the same strategy and link to the secondary table of contents entries in com.ibm.commerce.telesales.tsr.doc where appropriate.
Related concepts
Related tasks