JavaScript

A5.ButtonsetBadge Method

Syntax

A5.Button.setBadge(text[,buttons])

Arguments

textstringnumber

The badge text of the button(s).

buttonsstringelementarray

The specific BUTTON elements to disable/enable. If none are passed in then all buttons bound to the A5.Button control will be disabled/enabled.

Description

Disable/enable some or all of the BUTTON elements bound to the A5.Button control.