Difference between revisions of "Using Option Lists in the Data Entry Form"
From IMSMA Wiki
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
There are two major types of option lists: | There are two major types of option lists: | ||
* single select | * single select | ||
Line 10: | Line 6: | ||
* single - one | * single - one | ||
* multiple - one or several. | * multiple - one or several. | ||
+ | |||
+ | [[Image:SS and MS widgets NG empty.png|400px|center]] | ||
+ | <div align="center"> | ||
+ | '' Examples of option lists'' | ||
+ | </div> | ||
Single select have two different variations: | Single select have two different variations: |
Revision as of 10:15, 16 February 2015
There are two major types of option lists:
- single select
- multiple select.
And as the terms indicate, the difference between them is how many options are possible to choose:
- single - one
- multiple - one or several.
Examples of option lists
Single select have two different variations:
- radio button
- combo box.
Click on the radio button or check box to choose the option.
Click on the dropdown button to display the dropdown list and click on one value to select it.