Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
printContent () | |
Public Attributes | |
$content | |
$retUrl | |
$R_URL_parts | |
$R_URL_getvars | |
$R_URI | |
$tceforms | |
$localizationMode | |
$ajax = array() |
Definition at line 67 of file alt_doc_ajax.php.
SC_alt_doc_ajax::main | ( | ) |
The main function for the AJAX call. Checks if the requested function call is valid and forwards the request to t3lib_TCEforms_inline. The out is written to $this->content
Definition at line 120 of file alt_doc_ajax.php.
SC_alt_doc_ajax::printContent | ( | ) |
Performs the output of $this->content.
Definition at line 148 of file alt_doc_ajax.php.