BiButton

A button that can contain both text and an icon

This class extends BiLabel and therefore all methods and fields available for BiLabel are also available for BiButton .

Constructor

new BiButton ( [ sText ] )

Parameters

Name Type Optional Default Descripton
sText String checked "" The text to show on the button

Properties

None.

Methods

None.

Events

Name Type Bubbles Descripton
action BiEvent Fires when the user presses the button (either using the mouse or the keyboard)

Static Methods

None.

Static Fields

None.

Remarks