FFormElement Documentation
Author: Martijn de Visser - http://www.martijndevisser.com
Last Modified: 12/05/03 14:52:18
Summary
FFormElement Class:
FFormElement Properties:
FFormElement Methods:
version: 0.2.0
description:
Extends MovieClip
This is the base class for all FForm components.
The following functionality can be found in FFormElement:
usage:
This example will place a FFormElement on the stage:this.attachMovie("FFormElement", instancename, depth, {init} )
Sets or gets the value of the component. Should always be implemented by child class, or FForm.getValue() won't work correctly.
description:
FFormElement.addEventListener(event, listener)
The following standard EventDispatcher events are broadcasted by an FFormElement:
changed, indicates a change in the component data. This event object contains the following properties:layout, indicates a request to redraw the form layout. This event object contains the following properties:
- type : "data"
- target : Object, reference to the form
- type : "layout"
- target : Object, reference to the form
usage: Documentation not provided.
parameters:
returns: Nothing.
description:
FForm.removeEventListener(event, listener)
Stops a listener from receiving the specified event.
usage: Documentation not provided.
parameters:
returns: Nothing.