CodeCharge Studio

List Box Overview

HTML
<select name="ListBox1"><option value="">Select Value</option>{ListBox1_Options}</select>
Image


A List Box is used to present a list of options from which the user can select one or more. The user clicks on the dropdown arrow to view all the options available. Using its format properties, a List Box can be configured to display more that one value at a time as well as allow the user to select multiple values.

The values displayed in the List Box can come from database content or be specified manually using a semicolon separated list of values. List boxes are often used when displaying database tables which are related to other tables. The properties for a List Box can be configured to display content from a database table whose primary key is related to a field in the form where the List Box is placed.

See also:

List Box Reference


On-line, printable versions and updates