Navigator Buttons
The following buttons are available :
Configuration
From version 40.7 the navigator buttons are configureable. You can defineyour own
favorite button row. This is done by creating a ASCII file and write a line for
each button. Lines beginning with a semicolon are skipped. The line is parsed using
the following ReadArgs() template : "TEXT/A,COMMAND/A/F". The TEXT argument
specifies the text which should displayed. The COMMAND argument specifies an
ARexx command of the hypertext.datatype.
For each hypertext object the hypertext.datatype tries to open such a file inthe specified order :
Example
;
; this file defines a contents and AddTOCEntry button
;
Contents CONTENTS
Add2TOC RX HTDS:ARexx/AddTOCEntry.rexx
This navigator button configuration scheme is only available in the registered
version.