|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $TYPO3_AJAX = true | |
| $ajaxID = (string)t3lib_div::_GP('ajaxID') | |
| $noUserAjaxIDs | |
| if (in_array($ajaxID, $noUserAjaxIDs)) | |
| $ajaxScript = $TYPO3_CONF_VARS['BE']['AJAX'][$ajaxID] | |
| $ajaxObj = t3lib_div::makeInstance('TYPO3AJAX', $ajaxID) | |
| $ajaxParams = array() | |
| $ajaxID = (string)t3lib_div::_GP('ajaxID') |
Definition at line 39 of file ajax.php.
Referenced by tslib_ExtDirectEid\routeAction().
| $ajaxObj = t3lib_div::makeInstance('TYPO3AJAX', $ajaxID) |
Definition at line 63 of file ajax.php.
Referenced by SC_alt_file_navframe\ajaxExpandCollapse(), SC_alt_db_navframe\ajaxExpandCollapse(), tx_t3editor\ajaxSaveCode(), tx_opendocs\closeDocument(), ShortcutMenu\createAjaxShortcut(), ShortcutMenu\deleteAjaxShortcut(), SC_mod_web_perm_ajax\dispatch(), ShortcutMenu\getAjaxShortcutGroups(), t3lib_TCEforms_Suggest\processAjaxRequest(), ShortcutMenu\renderAjax(), tx_opendocs\renderAjax(), and ShortcutMenu\setAjaxShortcut().
| $ajaxScript = $TYPO3_CONF_VARS['BE']['AJAX'][$ajaxID] |
Definition at line 59 of file ajax.php.
Referenced by tslib_ExtDirectEid\routeAction().
| $noUserAjaxIDs |
1.7.5.1