TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink:
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi tx_rtehtmlarea_defaultlink

Public Member Functions

 buildJavascriptConfiguration ($RTEcounter)
 
- 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 = 'DefaultLink'
 
 $relativePathToLocallangFile = ''
 
 $relativePathToSkin = 'extensions/DefaultLink/skin/htmlarea.css'
 
 $htmlAreaRTE
 
 $thisConfig
 
 $toolbar
 
 $LOCAL_LANG
 
 $pluginButtons = 'link, unlink'
 
 $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! Default Link extension for htmlArea RTE

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

Definition at line 21 of file DefaultLink.php.

Member Function Documentation

◆ buildJavascriptConfiguration()

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

Member Data Documentation

◆ $convertToolbarForHtmlAreaArray

TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink::$convertToolbarForHtmlAreaArray
protected
Initial value:
= array(
'link' => 'CreateLink',
'unlink' => 'UnLink'
)

Definition at line 49 of file DefaultLink.php.

◆ $extensionKey

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

Definition at line 23 of file DefaultLink.php.

◆ $htmlAreaRTE

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

Definition at line 35 of file DefaultLink.php.

◆ $LOCAL_LANG

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

Definition at line 44 of file DefaultLink.php.

◆ $pluginButtons

TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink::$pluginButtons = 'link, unlink'
protected

Definition at line 47 of file DefaultLink.php.

◆ $pluginName

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

Definition at line 26 of file DefaultLink.php.

◆ $relativePathToLocallangFile

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

Definition at line 29 of file DefaultLink.php.

◆ $relativePathToSkin

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

Definition at line 32 of file DefaultLink.php.

◆ $thisConfig

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

Definition at line 38 of file DefaultLink.php.

◆ $toolbar

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

Definition at line 41 of file DefaultLink.php.