"TYPO3 4.0.1: t3lib_ajax Class Reference", "datetime" => "Sat Dec 2 19:25:43 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
getJScode ($handlerFunction, $fallback='', $debug=0) | |
outputXMLreply ($innerXML) |
Definition at line 47 of file class.t3lib_ajax.php.
|
Gets the JavaScript code needed to handle an XMLHTTP request in the frontend. All JS functions have to call ajax_doRequest(url) to make a request to the server. USE: See examples of using this function in template.php -> getContextMenuCode and alt_clickmenu.php -> printContent
Definition at line 59 of file class.t3lib_ajax.php. Referenced by template::getContextMenuCode(). |
|
Function outputting XML data for TYPO3 ajax. The function directly outputs headers and content to the browser.
Definition at line 117 of file class.t3lib_ajax.php. Referenced by SC_alt_clickmenu::printContent(). |