TYPO3 CMS
TYPO3_6-2
|
Go to the source code of this file.
Variables | |
$TYPO3_AJAX = TRUE | |
$noUserAjaxIDs | |
$ajaxID = isset($_POST['ajaxID']) ? $_POST['ajaxID'] : $_GET['ajaxID'] | |
if(isset($ajaxID)) | if (in_array( $ajaxID, $noUserAjaxIDs)) |
Re-apply pairs of single-quotes to the text. More... | |
$ajaxRegistryEntry = isset($GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX'][$ajaxID]) ? $GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX'][$ajaxID] : NULL | |
$ajaxScript = NULL | |
$csrfTokenCheck = FALSE | |
if($ajaxRegistryEntry !==NULL) | $ajaxObj = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Http\\AjaxRequestHandler', $ajaxID) |
$ajaxParams = array() | |
if(empty($ajaxID)) elseif(empty($ajaxScript)) | else |
$tokenIsValid = TRUE | |
$ajaxID = isset($_POST['ajaxID']) ? $_POST['ajaxID'] : $_GET['ajaxID'] |
Definition at line 34 of file ajax.php.
Referenced by TYPO3\CMS\Frontend\Controller\ExtDirectEidController\routeAction().
if ( $ajaxRegistryEntry !==NULL) $ajaxObj = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Http\\AjaxRequestHandler', $ajaxID) |
Definition at line 63 of file ajax.php.
Referenced by TYPO3\CMS\Perm\Controller\PermissionAjaxController\__construct(), TYPO3\CMS\Backend\Controller\FileSystemNavigationFrameController\ajaxExpandCollapse(), TYPO3\CMS\Backend\Controller\PageTreeNavigationController\ajaxExpandCollapse(), TYPO3\CMS\T3editor\T3editor\ajaxSaveCode(), TYPO3\CMS\Opendocs\Controller\OpendocsController\closeDocument(), TYPO3\CMS\Backend\Toolbar\ShortcutToolbarItem\createAjaxShortcut(), TYPO3\CMS\Backend\Toolbar\ShortcutToolbarItem\deleteAjaxShortcut(), TYPO3\CMS\Backend\Toolbar\ShortcutToolbarItem\getAjaxShortcutGroups(), TYPO3\CMS\Backend\Form\Element\SuggestElement\processAjaxRequest(), TYPO3\CMS\Backend\Form\Element\InlineElement\processAjaxRequest(), TYPO3\CMS\Backend\Toolbar\ShortcutToolbarItem\renderAjax(), TYPO3\CMS\Opendocs\Controller\OpendocsController\renderAjax(), and TYPO3\CMS\Backend\Toolbar\ShortcutToolbarItem\setAjaxShortcut().
$ajaxRegistryEntry = isset($GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX'][$ajaxID]) ? $GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX'][$ajaxID] : NULL |
$ajaxScript = NULL |
Definition at line 48 of file ajax.php.
Referenced by TYPO3\CMS\Frontend\Controller\ExtDirectEidController\routeAction().
$csrfTokenCheck = FALSE |
Definition at line 49 of file ajax.php.
Referenced by TYPO3\CMS\Core\Utility\ExtensionManagementUtility\registerAjaxHandler().
$noUserAjaxIDs |
$TYPO3_AJAX = TRUE |
This file is part of the TYPO3 CMS project.
It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.
For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.
The TYPO3 project - inspiring people to share! AJAX dispatcher
if |
Re-apply pairs of single-quotes to the text.
Print transformation if debug = on
This file is part of the TYPO3 CMS project.
It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.
For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.
The TYPO3 project - inspiring people to share!
This file is part of the TYPO3 CMS project.
It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.
For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.
The TYPO3 project - inspiring people to share! Starts all due tasks, used by the command line interface This script must be included by the "CLI module dispatcher"
Definition at line 40 of file ajax.php.
Referenced by TYPO3\CMS\Backend\Tree\View\FolderTreeView\getFolderTree(), TYPO3\CMS\Core\Utility\GeneralUtility\getIndpEnv(), TYPO3\CMS\Frontend\Page\FramesetRenderer\make(), TYPO3\CMS\Backend\Tree\View\AbstractTreeView\printTree(), TYPO3\CMS\SysAction\ActionTask\saveNewBackendUser(), TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject\start(), TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer\TCAlookup(), and TYPO3\CMS\SysAction\ActionTask\viewRecordList().