![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
mainAction (ServerRequestInterface $request, ResponseInterface $response) | |
printContent () | |
Public Attributes | |
$content | |
$P | |
$popView | |
$R_URI | |
$MCONF = array() | |
Protected Member Functions | |
init () | |
getButtons () | |
![]() | |
checkEditAccess ($table, $uid) | |
getBackendUserAuthentication () | |
getLanguageService () | |
getDocumentTemplate () | |
getDatabaseConnection () | |
Additional Inherited Members | |
![]() | |
$moduleTemplate | |
$request | |
Script class for rendering the full screen RTE display
Definition at line 33 of file RteController.php.
__construct | ( | ) |
Constructor
Definition at line 73 of file RteController.php.
References $GLOBALS, AbstractWizardController\getLanguageService(), RteController\init(), and GeneralUtility\makeInstance().
|
protected |
Create the panel of buttons for submitting the form or otherwise perform operations.
Definition at line 249 of file RteController.php.
References $GLOBALS, ButtonBar\BUTTON_POSITION_LEFT, BackendUtility\calcAge(), AbstractWizardController\checkEditAccess(), AbstractWizardController\getDatabaseConnection(), AbstractWizardController\getLanguageService(), GeneralUtility\quoteJSvalue(), GeneralUtility\sanitizeLocalUrl(), and Icon\SIZE_SMALL.
|
protected |
Initialization of the class
Definition at line 88 of file RteController.php.
References GeneralUtility\_GP(), and GeneralUtility\linkThisScript().
Referenced by RteController\__construct().
mainAction | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
Injects the request object for the current request or subrequest As this controller goes only through the main() method, it is rather simple for now
ServerRequestInterface | $request | |
ResponseInterface | $response |
Definition at line 108 of file RteController.php.
References $response, and MessageInterface\getBody().
printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 238 of file RteController.php.
References RteController\$content, and GeneralUtility\logDeprecatedFunction().
$content |
Definition at line 40 of file RteController.php.
Referenced by RteController\printContent().
$MCONF = array() |
Definition at line 68 of file RteController.php.
$P |
Definition at line 47 of file RteController.php.
$popView |
Definition at line 54 of file RteController.php.
$R_URI |
Definition at line 61 of file RteController.php.