JavaScript

A5.ButtonListsetValue Method

Syntax

A5.ButtonList.setValue(value)

Arguments

valuearray

The value to set on the button list.

Description

Set the value of the button list.

Example

// assume "colorsBtnList" is an A5.ButtonList
colorsBtnList.setValue('red');