values

lables

rowCount

values

Specifies the values (as an array) for a Check Box, Radio Button, or ComboBox component. This property can be used only within component-level script (see Adding Component Script), and the lables property must specify an array of the same length.

Type

Array

Example

ComboBox1.labels = ['Region','State','City'];

ComboBox1.values = [1,2,3];

See Also

Common Properties, for properties shared with other components.

selectedObject and selectedLabel, to access the current user selection.

Radio Button, Check Box, Combo Box, in Dashboard Design, for more information about Input components.

<< rowCount © 1996-2013 InetSoft Technology Corporation (v11.5) VS.16 TextInput >>