Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Modify the Table of Contents in the Help Navigator
Modify the table of contents by inserting or deleting entries that represent user-created help pages.
The syntax for the following commands requires that each of the parameters be enclosed in quotation marks. In addition, since the backslash character is used as an escape character in Maple, to enter pathnames that use the backslash as a directory separator, you can either enter each required backslash as two backslashes, or you can use one forward slash. See the backslash reference page.
Inserting Help File Entries in the Table of Contents
Enter the following command.
INTERFACE_HELP(insert, topic = T, browser = B, library = L);
where
T
is the help topic name of the worksheet. The help topic name is used to display the help page once it has been integrated into the Maple online help system by entering ?helptopicname at a prompt.
B
is where to insert the help topic name in the table of contents. It is a sequence of names, separated by forward slashes, that represent each level in the table of contents.
L
is the full pathname of your help database directory.
Example:
INTERFACE_HELP(insert, topic = "mytopic", browser = "Mathematics/Algebra/My Topic", library = "C:\Maple\MyHelpDatabase");
Deleting Help File Entries in the Table of Contents
INTERFACE_HELP(delete, browser = B, library = L);
is where to remove the help topic name from the table of contents. It is a sequence of names, separated by forward slashes, that represent each level in the table of contents.
INTERFACE_HELP(delete, browser = "Mathematics/Algebra/My Topic", library = "C:\Maple\MyHelpDatabase");
See Also
About Help Databases in Maple, backslash, Create a Help File, Edit a Help File, INTERFACE_HELP, libname, Overview of Creating Help Pages in Maple, Remove a Help File from Your Help Library Database, Using the Table of Contents, View a Help File as a Help Page
Download Help Document