#Please insert up references in the next lines (line starts with keyword UP) UP arb.hlp UP input_mask.hlp #Please insert subtopic references (line starts with keyword SUB) SUB aci.hlp SUB srt.hlp SUB reg.hlp # Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain} #************* Title of helpfile !! and start of real helpfile ******** TITLE User mask syntax description OCCURRENCE In all user mask files. DESCRIPTION This document describes the syntax of user masks (*.mask files) ::= []+ '@MASK_BEGIN' []+ '@MASK_END' ::= 'ARB-Input-Mask' ::= '@''=' ::= name of the parameter (i.e. 'ITEMTYPE') ::= the value of the parameter (depends on parameter) ::= [',']* ::= '('')' ::= name of the widget (i.e. 'EDIT') ::= [',']* ::= | ::= [0-9]+ ::= "text" ::= a newline character Parameter lines: mandatory? allowed s ---------------------------------------------------------------------------------- ITEMTYPE yes 'Species', 'Organism', 'Gene' or 'Experiment' TITLE no the title of the window X_SPACING no x-spacing between mask elements (default: 5) Y_SPACING no y-spacing --------- " --------- (default: 3) EDIT no 0|1 (1 => show edit/reload buttons) Known Widgets: Format of the following descriptions: "description" description of TEXT(text) "prints text to window" mandatory; Text appearing NEW_SECTION() "starts a new section" TEXTFIELD(label,db-path,width) "a text input field"