Tools - Form Selection List

This tool is used to create a selection list in the form ( SELECT and OPTION tags).

You can run the tool from The main menu / Tools / Forms / Choice list in the form, or from the bar Tables and forms. The command icon is shown next to it.

Name
Specify the name of the text field. This is necessary to identify the item when processing data from the form to the server.

Size
Enter the number of rows with options that will be shown in the list box at one time. If there are more options, scroll bars will be displayed. Tabulation
Check this option if you want to specify the tabulation index of this item among the form elements. This index determines the order of the elements when you move through the form using the TAB key.

Disabled
Check this option if the list is to be locked ( disabled="disabled" attribute).

List content

The options in this group allow you to add list items. Buttons next to the list allow you to add, delete and sort (manually or automatically) items.

Option

Enter the name of the option in this field.

Value
In this, field, enter the value assigned to the current option name.

If you indicate any item in the list, its name and value will be placed in the fields above for possible editing.

Element style

This group allows you to specify the style for the tag. Here you will find three fields that allow you to specify:

Definition of style
In this field you define the style for the element to be placed in the document. The button next to it launches the style editor tool that allows you to create a style definition in a friendly and convenient way. By clicking there you can also modify an existing style.

Class selection
In this field you specify the class identifier assigned to the tag. The drop-down list allows you to access classes defined in the current document and in external style sheets attached to it. The button next to it launches the tool for creating a new class.

Item ID
Here you provide a unique identifier for this element in the document. These identifiers can be used, for example, when making jumps to specific parts of the page or in scripts.

"Events and Attributes" button

The "Events and Attributes" button allows you to open the Events and Other Attributes window. This window allows you to specify additional attributes of the edited tag that do not have their counterparts in the tool window. There you can also specify events for scripting languages that allow you to achieve various special effects.

Related topics

To top