TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_insertsmiley

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 = 'InsertSmiley'
 
 $relativePathToLocallangFile = ''
 
 $relativePathToSkin = 'extensions/InsertSmiley/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'emoticon'
 
 $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! Insert Smiley plugin for htmlArea RTE

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

Definition at line 21 of file InsertSmiley.php.

Member Function Documentation

◆ buildJavascriptConfiguration()

TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley::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 59 of file InsertSmiley.php.

References $TSFE.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

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

Definition at line 49 of file InsertSmiley.php.

◆ $extensionKey

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

Definition at line 23 of file InsertSmiley.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file InsertSmiley.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file InsertSmiley.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley::$pluginButtons = 'emoticon'
protected

Definition at line 47 of file InsertSmiley.php.

◆ $pluginName

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

Definition at line 26 of file InsertSmiley.php.

◆ $relativePathToLocallangFile

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

Definition at line 29 of file InsertSmiley.php.

◆ $relativePathToSkin

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

Definition at line 32 of file InsertSmiley.php.

◆ $thisConfig

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

Definition at line 38 of file InsertSmiley.php.

◆ $toolbar

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

Definition at line 41 of file InsertSmiley.php.