ludo.form.ToggleGroup

ludo.form.


new ludo.form.ToggleGroup()

Source:
Fires:
  • ludo.form.ToggleGroup#on Fired on button click. Arguments: 1) button value, 2) ludo.form.event:Button
  • ludo.form.ToggleGroup#off Fired when button is no longer clicked. Arguments: 1) button value, 2) ludo.form.event:Button

Extends

  • Core

Methods


turnOff(button)

Turn a button in the toggle group on

Parameters:
Name Type Description
button
Source:

turnOn(button)

Turn a button in the toggle group on

Parameters:
Name Type Description
button
Source: