Go to the source code of this file.
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $TYPO3_AJAX = true | |
| $ajaxID = (string) t3lib_div::_GP('ajaxID') | |
| $ajaxScript = $TYPO3_CONF_VARS['BE']['AJAX'][$ajaxID] | |
| $ajaxClassName = t3lib_div::makeInstanceClassName('TYPO3AJAX') | |
| $ajaxObj = new $ajaxClassName($ajaxID) | |
| $ajaxParams = array() | |
| $ajaxClassName = t3lib_div::makeInstanceClassName('TYPO3AJAX') |
| $ajaxObj = new $ajaxClassName($ajaxID) |
Definition at line 45 of file ajax.php.
Referenced by SC_alt_file_navframe::ajaxExpandCollapse(), tx_opendocs::closeDocument(), ShortcutMenu::createAjaxShortcut(), ShortcutMenu::deleteAjaxShortcut(), SC_mod_web_perm_ajax::dispatch(), ShortcutMenu::getAjaxShortcutGroups(), tx_t3editor::getPlugins(), t3lib_TCEforms_inline::processAjaxRequest(), tx_opendocs::renderAjax(), ShortcutMenu::renderAjax(), ModuleMenu::renderAjax(), tx_t3editor::saveCode(), ShortcutMenu::setAjaxShortcut(), WorkspaceSelector::setWorkspace(), and WorkspaceSelector::toggleWorkspacePreview().
1.4.7