lables

lables

rowCount

values

Specifies the labels (as an array) displayed in a Check Box, Radio Button, or ComboBox component. This property can be used only within component-level script (see Adding Component Script), and the values 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.

<< VS.15 Check Box, Radio Button, Combo Box © 1996-2013 InetSoft Technology Corporation (v11.5) rowCount >>