FFormElement Documentation

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


Summary

FFormElement Class:

- description

FFormElement Properties:

- value

FFormElement Methods:

- addEventListener
- removeEventListener


FFormElement class

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} )

FFormElement Properties:

value

Sets or gets the value of the component. Should always be implemented by child class, or FForm.getValue() won't work correctly.


FFormElement Methods:

addEventListener

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:

usage: Documentation not provided.

parameters:

returns: Nothing.

removeEventListener

description: FForm.removeEventListener(event, listener)

Stops a listener from receiving the specified event.

usage: Documentation not provided.

parameters:

returns: Nothing.




generated with AS2docGenerator beta 0.5