A drop-down list with generic entries
In computing with graphical user interfaces, a drop-down list is a user interface control GUI element ("widget" or "control"), similar to a list box, which allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one. When the user selects a new value, the control reverts to its inactive state, displaying the selected value. It is often used in the design of graphical user interfaces, including web design.
Terminology [edit]
This type of control is called a "Pop-up menu" on the Macintosh platform,[1] however the term "popup menu" is used to refer to context menus in other GUI systems. The Macintosh also has the notion of "pop-down menus". The distinction is that, when the menu is closed, a pop-up menu's title shows the last-selected item while a pop-down menu shows a static title like a menu in the menu bar. Thus, the uses are different — popup menus are used to select a single option from a list while pop-down menus are used to issue commands or in cases where multiple options can be selected.
See also [edit]
References [edit]
|
|
|
| Command input |
|
|
| Data input-output |
|
|
| Informational |
|
|
| Containers |
|
|
| Navigational |
|
|
| Special windows |
|
|
| Related concepts |
|
|