List box properties in the Field tab

When you select a list box, the Field tab displays several options specific to formatting list boxes.

Type

Sets the type of object. Objects are the building blocks of every form.

Caption

Sets a caption for the object.

Note: Caption is a dynamic property. Dynamic properties are identified by active labels that have a green underline that you can click to dynamically bind the property to a data source. To turn active labels on and off, use the Show Dynamic Properties command in the Object palette menu. See Dynamically populate a caption.

Appearance

Sets the border style for the fillable area of the field:

None
Does not display a border around the field.

Underlined
Underlines the field.

Solid Box
Displays a solid border around the field.

Sunken Box
Creates a shadow around the field so that the field looks three-dimensional.

Custom
Opens the Custom Appearance dialog box. Select this option if you want to define a custom look for the fillable area.

List Items

 Sets the items in the list and their positions. You can add or remove list items, paste items, move them up or down, or sort the items in ascending or descending order using the buttons beside the label.

Note: List Items is a dynamic property. Dynamic properties are identified by active labels that have a green underline that you can click to dynamically bind the property to a data source. To turn active labels on and off, use the Show Dynamic Properties command in the Object palette menu.

Allow Multiple Selection

Enables users to select more than one option in the list (run-time).

Note: If you add a List Box object with the Allow Multiple Selection option selected on the Field tab to a paper forms barcode collection, you must also select the Enforce Strict Scoping Rules in JavaScript option on the Defaults tab in the Form Properties dialog. Otherwise, any values that a form filler selects in the List Box object may not encode properly in the paper forms barcode.

Commit On

Commits the selected option when the user exits the List box, moving the focus to another object.

Presence

Controls whether an object is displayed in a PDF form when users view the form in Acrobat or Adobe Reader, or when users print the form:

Visible
The object is visible on-screen, visible in the printed form, and occupies space in the form layout. Visible is the default presence setting for all objects.

Visible (Screen Only)
The object is visible on-screen, not visible in the printed form when printed from within Acrobat or Adobe Reader, and occupies space in the form layout.

Visible (Print Only)
The object is not visible on-screen, visible in the printed form (when printed from within Acrobat, Adobe Reader, or directly from the server), and occupies space in the form layout.

Invisible
The object is not visible on-screen, not visible in the printed form, and occupies space in the form layout.

Hidden (Exclude from Layout)
The object is not visible on-screen, not visible in the printed form, and does not occupy any space in the form layout.

One-sided Printing Only
The object is only printed when using single-sided printing.

Two-sided Printing Only
The object is printed when using double-sided printing. This option is useful when you want to place the page number in a different corner of the page when using double-sided printing than when using single-sided printing.

Locale

Renders the data according to the specified locale for language and country or region. You can select a specific language and country from the list, or you can specify one of these options:

Default Locale
Uses the Default Locale specified in the Defaults tab of the Form Properties dialog box.

Viewer’s System Locale
Uses the system locale of the user’s computer.
Note: Locales in the Locale list are organized first by language and then by country or region.

// Ethnio survey code removed