TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\TextStyle:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi

Protected Attributes

 $pluginName = 'TextStyle'
 
 $pluginButtons = 'textstyle'
 
 $pluginLabels = 'textstylelabel'
 
 $convertToolbarForHtmlAreaArray
 
- Protected Attributes inherited from TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
 $extensionKey = 'rtehtmlarea'
 
 $pluginName
 
 $relativePathToSkin = ''
 
 $toolbar
 
 $pluginButtons = ''
 
 $pluginLabels = ''
 
 $pluginAddsButtons = true
 
 $convertToolbarForHtmlAreaArray = []
 
 $requiresClassesConfiguration = false
 
 $requiredPlugins = ''
 
 $configuration
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
 main (array $configuration)
 
 buildJavascriptConfiguration ()
 
 getExtensionKey ()
 
 addsButtons ()
 
 getPluginButtons ()
 
 getPluginLabels ()
 
 getConvertToolbarForHtmlAreaArray ()
 
 requiresClassesConfiguration ()
 
 getRequiredPlugins ()
 
 setToolbar (array $toolbar)
 
- Protected Member Functions inherited from TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
 cleanList ($str)
 
 getPageConfigLabel ($string)
 
 isFrontend ()
 
 isFrontendEditActive ()
 
 getFullFileName ($filename)
 
 writeTemporaryFile ($label, $fileExtension='js', $contents='')
 
 getLanguageService ()
 

Detailed Description

TextStyle plugin for htmlArea RTE

Definition at line 22 of file TextStyle.php.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\TextStyle::$convertToolbarForHtmlAreaArray
protected
Initial value:
= [
'textstylelabel' => 'I[text_style]'

Definition at line 50 of file TextStyle.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\TextStyle::$pluginButtons = 'textstyle'
protected

Definition at line 36 of file TextStyle.php.

◆ $pluginLabels

TYPO3\CMS\Rtehtmlarea\Extension\TextStyle::$pluginLabels = 'textstylelabel'
protected

Definition at line 43 of file TextStyle.php.

◆ $pluginName

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

Definition at line 29 of file TextStyle.php.