calendar, checklist, fselect, gauge, infobox, inputbox, menu, msgbox (message), password, radiolist, tailbox, tailboxbg, textbox, timebox, and yesno (yes/no).
You can put more than one dialog box into a script:
Other parameters depend on the box type.
Here text can be a filepath in which case the file and directory windows will display the contents of the path and the text-entry window will contain the preselected filename.
Use tab or arrow keys to move between the windows. Within the directory or filename windows, use the up/down arrow keys to scroll the current selection. Use the space-bar to copy the current selection into the text-entry window.
Typing any printable characters switches focus to the text-entry window, entering that character as well as scrolling the directory and filename windows to the closest match.
Use a carriage return or the "OK" button to accept the current value in the text-entry window, or the "Cancel" button to cancel.
The percent value denotes the initial percentage shown in the meter. If not specified, it is zero.
"dialog --create-rc <file>"
Stuart Herbert (S.Herbert@sheffield.ac.uk) - patch for version 0.4
Pako (demarco_p@abramo.it) - version 0.9a, "cdialog",
Thomas Dickey (updates for 0.9b)