erritem [-W width] [-e error] [choice1 choice2 ...]
helpitem [-W width] [-h help] [choice1 choice2 ...]
By default, the menu is formatted so that each item is prepended by a number and is printed in columns across the terminal. Column length is determined by the longest choice. Items are alphabetized.
All messages are limited in length to 70 characters and are formatted automatically. Any white space used in the definition (including newline) is stripped. The -W option cancels the automatic formatting. When a tilde is placed at the beginning or end of a message definition, the default text is inserted at that point, allowing both custom text and the default text to be displayed.
If the prompt, help or error message is not defined, the default message (as defined under ``Notices'') is displayed.
Two visual tool modules are linked to the ckitem command. They are erritem (which formats and displays an error message) and helpitem (which formats and displays a help message). These modules should be used in conjunction with FML objects. In this instance, the FML object defines the prompt. When choice is defined in these modules, the messages describe the available menu choice (or choices).
The options and arguments for this command are:
returns:
1 choice1 the first choice
2 choice2
Enter selection [?,??,q]:
When menu entries are defined both in a file (by using the -f option) and also on the command line, they are usually combined alphabetically. However, if the -n option is used to suppress alphabetical ordering, then the entries defined in the file are shown first, followed by the options defined on the command line.
The default prompt for ckitem is:
Enter selection [?,??,q]:
One question mark gives a help message and then redisplays the prompt. Two question marks gives a help message and then redisplays the menu label, the menu and the prompt.
The default error message is:
ERROR: Entry does not match available menu selection.
Enter the number of the menu item you wish to select,
or the token which is associated with the menu item, or
a partial string which uniquely identifies the token
for the menu item. Enter ?? to reprint the menu.
The default help message is:
Enter the number of the menu item you wish to select,
or the token which is associated with the menu item, or
a partial string which uniquely identifies the token for
the menu item. Enter ?? to reprint the menu.
When the quit option is chosen (and allowed), q
is returned
along with the return code 3.