User Defined Menu: Difference between revisions

m
mNo edit summary
 
==== Items ====
Any menu topic, named other than the standard itemitems, will create a new, user defined, maintop level menu dropdown. ForIf allthe droptop downslevel ''items''name cancontains an underscore, that underscore will be definedreplaced asby a space. follows:
 
For all drop downs ''items'' can be defined as follows:
 
Item <name> <type> <destination> EndItem
This Item definition line has space separated words.
 
The <name> is what you will see in the menu and may consist of one or more words. If(no <name> is a valid filespec on the seerver or a valid URL, it will display the contents of that filespec or URL. It is intendedneed to beuse usedan as a specification for a small images to be displayedunderscore in the menu. It is the users responsibilityname to havecreate a correct filespec or URLspace). No validation is done other than:
 
If <name> is a valid filespec on the seerver or a valid URL, it will display the contents of that filespec or URL. It is intended to be used as a specification for a small images to be displayed in the menu. It is the users responsibility to have a correct filespec or URL. No validation is done other than:
 
#<name> starts with <code>'./' OR '../'</code>
Files for System 2 are available in the distribution.
 
Error recovery in case of errors is present. System 2 however cannot validate against the real world so while developing your menu: be precise or be prepared to rerun if your menu looks garbled. Garbage in is garbage out.
 
Garbage in is garbage out.
 
== Output ==