CodeCharge Studio

List Box Overview

HTML

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

Image

Description

A List Box is used to present a list of options to the user. 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 than one value at a time and allow the user to select multiple values.

The values displayed in the list box can come from database content or can 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