Namespace fec.base
fec.base
Defined in: yaf4ajn.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Base class for the main public fec methods
|
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.
|
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).