TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_defaultimage

Public Member Functions

 main ($parentObject)
 
 buildJavascriptConfiguration ($RTEcounter)
 
- 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 = 'DefaultImage'
 
 $relativePathToLocallangFile = ''
 
 $relativePathToSkin = 'extensions/DefaultImage/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'image'
 
 $convertToolbarForHtmlAreaArray
 
- 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! Image plugin for htmlArea RTE

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

Definition at line 21 of file DefaultImage.php.

Member Function Documentation

◆ buildJavascriptConfiguration()

TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage::buildJavascriptConfiguration (   $RTEcounter)

Return JS configuration of the htmlArea plugins registered by the extension

Parameters
integerRelative id of the RTE editing area in the form
Returns
string JS configuration for registered plugins

Definition at line 65 of file DefaultImage.php.

References $TSFE.

◆ main()

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

Definition at line 53 of file DefaultImage.php.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'image' => 'InsertImage'
)

Definition at line 49 of file DefaultImage.php.

◆ $extensionKey

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

Definition at line 23 of file DefaultImage.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file DefaultImage.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file DefaultImage.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage::$pluginButtons = 'image'
protected

Definition at line 47 of file DefaultImage.php.

◆ $pluginName

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

Definition at line 26 of file DefaultImage.php.

◆ $relativePathToLocallangFile

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

Definition at line 29 of file DefaultImage.php.

◆ $relativePathToSkin

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

Definition at line 32 of file DefaultImage.php.

◆ $thisConfig

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

Definition at line 38 of file DefaultImage.php.

◆ $toolbar

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

Definition at line 41 of file DefaultImage.php.