TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\EditorMode Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\EditorMode:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_editormode

Public Member Functions

 main ($parentObject)
 
- Public Member Functions inherited from TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
 main ($parentObject)
 
 addButtonsToToolbar ()
 
 getPathToSkin ()
 
 buildJavascriptConfiguration ($RTEcounter)
 
 getExtensionKey ()
 
 getPathToPluginDirectory ()
 
 addsButtons ()
 
 getPluginButtons ()
 
 getPluginLabels ()
 
 getConvertToolbarForHtmlAreaArray ()
 
 requiresClassesConfiguration ()
 
 requiresSynchronousLoad ()
 
 setSynchronousLoad ($value=TRUE)
 
 getRequiredPlugins ()
 

Protected Attributes

 $extensionKey = 'rtehtmlarea'
 
 $pluginName = 'EditorMode'
 
 $relativePathToLocallangFile = ''
 
 $relativePathToSkin = 'extensions/EditorMode/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'chMode'
 
 $convertToolbarForHtmlAreaArray
 
 $requiredPlugins = 'EditorMode'
 
- Protected Attributes inherited from TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
 $extensionKey
 
 $pluginName
 
 $relativePathToLocallangFile
 
 $relativePathToSkin
 
 $relativePathToPluginDirectory
 
 $htmlAreaRTE
 
 $rteExtensionKey
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = ''
 
 $pluginLabels = ''
 
 $pluginAddsButtons = TRUE
 
 $convertToolbarForHtmlAreaArray = array()
 
 $requiresClassesConfiguration = FALSE
 
 $requiresSynchronousLoad = FALSE
 
 $requiredPlugins = ''
 

Detailed Description

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! EditorMode plugin for htmlArea RTE

Author
Stanislas Rolland <typo3(arobas)sjbr.ca>

Definition at line 21 of file EditorMode.php.

Member Function Documentation

◆ main()

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::main (   $parentObject)

Definition at line 56 of file EditorMode.php.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'chMode' => 'TextMode'
)

Definition at line 49 of file EditorMode.php.

◆ $extensionKey

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$extensionKey = 'rtehtmlarea'
protected

Definition at line 23 of file EditorMode.php.

◆ $htmlAreaRTE

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$htmlAreaRTE
protected

Definition at line 35 of file EditorMode.php.

◆ $LOCAL_LANG

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$LOCAL_LANG
protected

Definition at line 44 of file EditorMode.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$pluginButtons = 'chMode'
protected

Definition at line 47 of file EditorMode.php.

◆ $pluginName

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$pluginName = 'EditorMode'
protected

Definition at line 26 of file EditorMode.php.

◆ $relativePathToLocallangFile

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$relativePathToLocallangFile = ''
protected

Definition at line 29 of file EditorMode.php.

◆ $relativePathToSkin

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$relativePathToSkin = 'extensions/EditorMode/skin/htmlarea.css'
protected

Definition at line 32 of file EditorMode.php.

◆ $requiredPlugins

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$requiredPlugins = 'EditorMode'
protected

Definition at line 54 of file EditorMode.php.

◆ $thisConfig

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$thisConfig
protected

Definition at line 38 of file EditorMode.php.

◆ $toolbar

TYPO3\CMS\Rtehtmlarea\Extension\EditorMode::$toolbar
protected

Definition at line 41 of file EditorMode.php.