TYPO3  7.6
Protected Attributes | List of all members
TextStyle Class Reference
Inheritance diagram for TextStyle:
RteHtmlAreaApi

Protected Attributes

 $pluginName = 'TextStyle'
 
 $pluginButtons = 'textstyle'
 
 $pluginLabels = 'textstylelabel'
 
 $convertToolbarForHtmlAreaArray
 
- Protected Attributes inherited from RteHtmlAreaApi
 $extensionKey = 'rtehtmlarea'
 
 $pluginName
 
 $relativePathToSkin = ''
 
 $toolbar
 
 $pluginButtons = ''
 
 $pluginLabels = ''
 
 $pluginAddsButtons = true
 
 $convertToolbarForHtmlAreaArray = array()
 
 $requiresClassesConfiguration = false
 
 $requiredPlugins = ''
 
 $configuration
 

Additional Inherited Members

- Public Member Functions inherited from RteHtmlAreaApi
 main (array $configuration)
 
 buildJavascriptConfiguration ()
 
 getExtensionKey ()
 
 addsButtons ()
 
 getPluginButtons ()
 
 getPluginLabels ()
 
 getConvertToolbarForHtmlAreaArray ()
 
 requiresClassesConfiguration ()
 
 getRequiredPlugins ()
 
 setToolbar (array $toolbar)
 
- Protected Member Functions inherited from 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
protected
Initial value:
= array(
'textstylelabel' => 'I[text_style]',
'textstyle' => 'TextStyle'
)

Definition at line 50 of file TextStyle.php.

$pluginButtons = 'textstyle'
protected

Definition at line 36 of file TextStyle.php.

$pluginLabels = 'textstylelabel'
protected

Definition at line 43 of file TextStyle.php.

$pluginName = 'TextStyle'
protected

Definition at line 29 of file TextStyle.php.