FFormRadioButton Documentation

Author: Martijn de Visser - http://www.martijndevisser.com
Last Modified: 12/05/03 14:52:18


Summary

FFormRadioButton Class:

- description

FFormRadioButton Properties:

- value


FFormRadioButton class

version: 0.5.1

description:

Extends FFormElement

Use this class to display checkboxes your forms.
Please note: all parameters must be passed as members of a single initialization object. This will be taken care of automatically when used in a FForm.

usage:

This example will place a FFormRadioButton on the stage:
this.attachMovie("FFormRadioButton", instancename, depth, { label: "A RadioButton", group: "myRadioGroup" } )

parameters:


FFormRadioButton Properties:

value

(Boolean) Sets or gets the current state of the radiobutton. Enabling one radiobutton will automatically disable all other radiobuttons in the same group.




generated with AS2docGenerator beta 0.5