Navigator Buttons
The following buttons are available :

Contents
Is used to go to the table of contents node of the actual node.

Index
Is used to go to the index node of the actual node.

Help
Is used to go to the help node of the actual node.

Retrace
Is used to go downwards in the history list.

Forward
Is used to go upwards in the history list.

Browse <
Is used to go to the logical previous node of the actual node.

Browse >
Is used to go to the logical next node of the actual node.

Search (registered version only)

About

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 :

  1. PROGDIR:Prefs/DataTypes/HyperText/<datatypename>.Buttons
  2. PROGDIR:Prefs/DataTypes/HyperText/Default.Buttons
  3. Env:DataTypes/HyperText/<datatypename>.Buttons
  4. Env:DataTypes/HyperText/Default.Buttons


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.



HTML Conversion by html.export V40.4 , HTDS HTML-Export Class (C) 1997 by Stefan Ruppert