TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_defaultinline

Public Member Functions

 buildJavascriptConfiguration ($RTEcounter)
 
 transformContent ($content)
 
- 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 = 'DefaultInline'
 
 $relativePathToLocallangFile = 'extensions/DefaultInline/locallang.xlf'
 
 $relativePathToSkin = 'extensions/DefaultInline/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'bold,italic,strikethrough,subscript,superscript,underline'
 
 $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! DefaultInline plugin for htmlArea RTE

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

Definition at line 21 of file DefaultInline.php.

Member Function Documentation

◆ buildJavascriptConfiguration()

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

References $TSFE.

◆ transformContent()

TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline::transformContent (   $content)

Return tranformed content

Parameters
string$content,The content that is about to be sent to the RTE
Returns
string the transformed content

Definition at line 76 of file DefaultInline.php.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'bold' => 'Bold',
'italic' => 'Italic',
'underline' => 'Underline',
'strikethrough' => 'StrikeThrough',
'superscript' => 'Superscript',
'subscript' => 'Subscript'
)

Definition at line 49 of file DefaultInline.php.

◆ $extensionKey

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

Definition at line 23 of file DefaultInline.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file DefaultInline.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file DefaultInline.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline::$pluginButtons = 'bold,italic,strikethrough,subscript,superscript,underline'
protected

Definition at line 47 of file DefaultInline.php.

◆ $pluginName

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

Definition at line 26 of file DefaultInline.php.

◆ $relativePathToLocallangFile

TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline::$relativePathToLocallangFile = 'extensions/DefaultInline/locallang.xlf'
protected

Definition at line 29 of file DefaultInline.php.

◆ $relativePathToSkin

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

Definition at line 32 of file DefaultInline.php.

◆ $thisConfig

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

Definition at line 38 of file DefaultInline.php.

◆ $toolbar

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

Definition at line 41 of file DefaultInline.php.