values

choices

selectedItem

values

Determines the values that correspond to the choices in the drop-down list; values[i] is submitted when choices[i] is selected.

Type

array

Example

values = [1, 2, 3];    // numeric values

values = ['Robert', 'Sue', 'Eric'];    // string values

<< selectedItem © 1996-2013 InetSoft Technology Corporation (v11.5) SI.17 TextField Object >>