TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\UserElements Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\UserElements:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_userelements

Public Member Functions

 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 = 'UserElements'
 
 $relativePathToLocallangFile = ''
 
 $relativePathToSkin = 'extensions/UserElements/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'user'
 
 $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! User Elements extension for htmlArea RTE

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

Definition at line 21 of file UserElements.php.

Member Function Documentation

◆ buildJavascriptConfiguration()

TYPO3\CMS\Rtehtmlarea\Extension\UserElements::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, in this case, JS configuration of block elements

Definition at line 59 of file UserElements.php.

References TYPO3\CMS\Backend\Utility\BackendUtility\getModuleUrl().

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\UserElements::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'user' => 'UserElements'
)

Definition at line 49 of file UserElements.php.

◆ $extensionKey

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

Definition at line 23 of file UserElements.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file UserElements.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file UserElements.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\UserElements::$pluginButtons = 'user'
protected

Definition at line 47 of file UserElements.php.

◆ $pluginName

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

Definition at line 26 of file UserElements.php.

◆ $relativePathToLocallangFile

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

Definition at line 29 of file UserElements.php.

◆ $relativePathToSkin

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

Definition at line 32 of file UserElements.php.

◆ $thisConfig

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

Definition at line 38 of file UserElements.php.

◆ $toolbar

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

Definition at line 41 of file UserElements.php.