![]() |
TYPO3
7.6
|
Public Member Functions | |
preOutputProcessingHook ($parameters, $pObj) | |
preStartPageHook () | |
postOutputProcessingHook ($parameters, $pObj) | |
Protected Member Functions | |
getT3editor () | |
getPageRenderer () | |
Protected Attributes | |
$t3editor = null | |
$ajaxSaveType = 'TypoScriptTemplateInformationModuleFunctionController' | |
File edit hook for t3editor
Definition at line 23 of file FileEditHook.php.
|
protected |
Definition at line 124 of file FileEditHook.php.
References GeneralUtility\makeInstance().
Referenced by FileEditHook\preOutputProcessingHook(), and FileEditHook\preStartPageHook().
|
protected |
Definition at line 38 of file FileEditHook.php.
References FileEditHook\$t3editor, and GeneralUtility\makeInstance().
Referenced by FileEditHook\postOutputProcessingHook(), FileEditHook\preOutputProcessingHook(), and FileEditHook\preStartPageHook().
postOutputProcessingHook | ( | $parameters, | |
$pObj | |||
) |
Hook-function: called in file_edit module
array | $parameters | |
\TYPO3\CMS\Backend\Controller\File\EditFileController | $pObj |
Definition at line 88 of file FileEditHook.php.
References $GLOBALS, FileEditHook\$t3editor, and FileEditHook\getT3editor().
preOutputProcessingHook | ( | $parameters, | |
$pObj | |||
) |
Hook-function: inject t3editor JavaScript code before the page is compiled called in file_edit module
array | $parameters | |
\TYPO3\CMS\Backend\Controller\File\EditFileController | $pObj |
Definition at line 53 of file FileEditHook.php.
References FileEditHook\$t3editor, FileEditHook\getPageRenderer(), and FileEditHook\getT3editor().
preStartPageHook | ( | ) |
Hook-function: inject t3editor JavaScript code before the page is compiled called in :startPage
Definition at line 70 of file FileEditHook.php.
References FileEditHook\$t3editor, GeneralUtility\_GET(), FileEditHook\getPageRenderer(), and FileEditHook\getT3editor().
|
protected |
Definition at line 33 of file FileEditHook.php.
|
protected |
Definition at line 28 of file FileEditHook.php.
Referenced by FileEditHook\getT3editor(), FileEditHook\postOutputProcessingHook(), FileEditHook\preOutputProcessingHook(), and FileEditHook\preStartPageHook().