Class Index | File Index

Classes


Namespace fec.base

fec.base
Defined in: yaf4ajn.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Base class for the main public fec methods
Method Summary
Method Attributes Method Name and Description
<static>  
fec.base.dataLoad()
Prepares the page and starts loading data from the server.
<static>  
fec.base.dataSend()
Prepares the page and starts sending data to the server.
<static>  
fec.base.initialize()
This function is called, after the DOM is loaded.
Namespace Detail
fec.base
Base class for the main public fec methods
Method Detail
<static> fec.base.dataLoad()
Prepares the page and starts loading data from the server.

<static> fec.base.dataSend()
Prepares the page and starts sending data to the server. This function will be called if a form-submit event (through event observer) fires but it can also be called directly.

<static> fec.base.initialize()
This function is called, after the DOM is loaded. It prepares the page, initializes classes and starts an AJAX request to load data from the server (dataLoad).

Documentation generated by JsDoc Toolkit 2.1.0 on Mon Mar 09 2009 11:54:48 GMT+0100 (CET)