home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / uniview / menu / english / hypertext < prev    next >
Encoding:
Text File  |  1997-12-10  |  458 b   |  9 lines

  1. MENU=ITEM  LABEL="Edit ..."   COMMKEY="E" FUNCTION=RX 'PROGDIR:ARexx/editor.rexx'
  2. MENU=ITEM  LABEL=BARLABEL
  3. MENU=ITEM  LABEL="Search ..." COMMKEY="F" FUNCTION=ADDRESS '${PORTNAME}.1'; SEARCH PROMPT
  4. MENU=ITEM  LABEL=BARLABEL
  5. MENU=ITEM  LABEL="global Table Of Contents"
  6. MENU=SUB   LABEL="Add"        COMMKEY="+" FUNCTION=RX 'Rexx:Datatypes/HyperText/AddTOCEntry.rexx'
  7. MENU=SUB   LABEL="Show"       COMMKEY="G" FUNCTION=OPEN 'Help:${LANGUAGE}/HTDS_TOC.hguide'
  8.  
  9.