TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_blockstyle

Protected Attributes

 $extensionKey = 'rtehtmlarea'
 
 $pluginName = 'BlockStyle'
 
 $relativePathToLocallangFile = 'extensions/BlockStyle/locallang.xlf'
 
 $relativePathToSkin = ''
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'blockstyle'
 
 $pluginLabels = 'blockstylelabel'
 
 $convertToolbarForHtmlAreaArray
 
 $requiresClassesConfiguration = TRUE
 
- 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 = ''
 

Additional Inherited Members

- 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 ()
 

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! Block Style extension for htmlArea RTE

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

Definition at line 21 of file BlockStyle.php.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'blockstylelabel' => 'I[Block style label]',
'blockstyle' => 'BlockStyle'
)

Definition at line 54 of file BlockStyle.php.

◆ $extensionKey

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

Definition at line 23 of file BlockStyle.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file BlockStyle.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file BlockStyle.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle::$pluginButtons = 'blockstyle'
protected

Definition at line 47 of file BlockStyle.php.

◆ $pluginLabels

TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle::$pluginLabels = 'blockstylelabel'
protected

Definition at line 50 of file BlockStyle.php.

◆ $pluginName

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

Definition at line 26 of file BlockStyle.php.

◆ $relativePathToLocallangFile

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

Definition at line 29 of file BlockStyle.php.

◆ $relativePathToSkin

TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle::$relativePathToSkin = ''
protected

Definition at line 32 of file BlockStyle.php.

◆ $requiresClassesConfiguration

TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle::$requiresClassesConfiguration = TRUE
protected

Definition at line 59 of file BlockStyle.php.

◆ $thisConfig

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

Definition at line 38 of file BlockStyle.php.

◆ $toolbar

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

Definition at line 41 of file BlockStyle.php.