TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Controller\Wizard\RteController Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Controller\Wizard\RteController:
SC_wizard_rte

Public Member Functions

 __construct ()
 
 main ()
 
 printContent ()
 
 checkEditAccess ($table, $uid)
 

Public Attributes

 $doc
 
 $content
 
 $P
 
 $popView
 
 $R_URI
 

Protected Member Functions

 init ()
 
 getButtons ()
 

Detailed Description

Script Class for rendering the full screen RTE display

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 26 of file RteController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\Wizard\RteController::__construct ( )

Constructor

Definition at line 65 of file RteController.php.

References $GLOBALS, and TYPO3\CMS\Backend\Controller\Wizard\RteController\init().

Member Function Documentation

◆ checkEditAccess()

TYPO3\CMS\Backend\Controller\Wizard\RteController::checkEditAccess (   $table,
  $uid 
)

Checks access for element

Parameters
string$tableTable name
integer$uidRecord uid
Returns
boolean
Todo:

Define visibility

: Refactor to remove duplicate code (see FormsController, TableController)

Definition at line 266 of file RteController.php.

Referenced by TYPO3\CMS\Backend\Controller\Wizard\RteController\getButtons(), and TYPO3\CMS\Backend\Controller\Wizard\RteController\main().

◆ getButtons()

TYPO3\CMS\Backend\Controller\Wizard\RteController::getButtons ( )
protected

Create the panel of buttons for submitting the form or otherwise perform operations.

Returns
array All available buttons as an assoc. array

Definition at line 208 of file RteController.php.

References $GLOBALS, TYPO3\CMS\Backend\Controller\Wizard\RteController\checkEditAccess(), TYPO3\CMS\Backend\Utility\IconUtility\getSpriteIcon(), and TYPO3\CMS\Core\Utility\GeneralUtility\sanitizeLocalUrl().

Referenced by TYPO3\CMS\Backend\Controller\Wizard\RteController\main().

◆ init()

TYPO3\CMS\Backend\Controller\Wizard\RteController::init ( )
protected

◆ main()

◆ printContent()

TYPO3\CMS\Backend\Controller\Wizard\RteController::printContent ( )

Outputting the accumulated content to screen

Returns
void
Todo:
Define visibility

Definition at line 197 of file RteController.php.

References TYPO3\CMS\Backend\Controller\Wizard\RteController\$content.

Member Data Documentation

◆ $content

TYPO3\CMS\Backend\Controller\Wizard\RteController::$content

◆ $doc

TYPO3\CMS\Backend\Controller\Wizard\RteController::$doc

Definition at line 35 of file RteController.php.

◆ $P

TYPO3\CMS\Backend\Controller\Wizard\RteController::$P
Todo:
Define visibility

Definition at line 48 of file RteController.php.

◆ $popView

TYPO3\CMS\Backend\Controller\Wizard\RteController::$popView
Todo:
Define visibility

Definition at line 54 of file RteController.php.

◆ $R_URI

TYPO3\CMS\Backend\Controller\Wizard\RteController::$R_URI
Todo:
Define visibility

Definition at line 60 of file RteController.php.