TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\QuickTag Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\QuickTag:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_quicktag

Public Member Functions

 main ($parentObject)
 
- 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 = 'QuickTag'
 
 $relativePathToLocallangFile = ''
 
 $relativePathToSkin = 'extensions/QuickTag/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'inserttag'
 
 $convertToolbarForHtmlAreaArray
 
 $requiredPlugins = 'TYPO3Color'
 
- 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! CharacterMap plugin for htmlArea RTE

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

Definition at line 21 of file QuickTag.php.

Member Function Documentation

◆ main()

TYPO3\CMS\Rtehtmlarea\Extension\QuickTag::main (   $parentObject)

Definition at line 56 of file QuickTag.php.

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\QuickTag::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'inserttag' => 'InsertTag'
)

Definition at line 49 of file QuickTag.php.

◆ $extensionKey

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

Definition at line 23 of file QuickTag.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file QuickTag.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file QuickTag.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\QuickTag::$pluginButtons = 'inserttag'
protected

Definition at line 47 of file QuickTag.php.

◆ $pluginName

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

Definition at line 26 of file QuickTag.php.

◆ $relativePathToLocallangFile

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

Definition at line 29 of file QuickTag.php.

◆ $relativePathToSkin

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

Definition at line 32 of file QuickTag.php.

◆ $requiredPlugins

TYPO3\CMS\Rtehtmlarea\Extension\QuickTag::$requiredPlugins = 'TYPO3Color'
protected

Definition at line 53 of file QuickTag.php.

◆ $thisConfig

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

Definition at line 38 of file QuickTag.php.

◆ $toolbar

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

Definition at line 41 of file QuickTag.php.