JavaScript

A5.ButtonListremoveButton Method

Syntax

A5.ButtonList.removeButton(value)

Arguments

valueany

The value of the button in the button list to remove.

Description

Append buttons to the button list.

Example

// assume "colorsBtnList" is an A5.ButtonList
colorsBtnList.removeButton('blue');