![]() |
TYPO3
7.6
|
Public Member Functions | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
buildJSClassesAnchorArray () | |
applyToolbarConstraints ($show) | |
![]() | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
getExtensionKey () | |
addsButtons () | |
getPluginButtons () | |
getPluginLabels () | |
getConvertToolbarForHtmlAreaArray () | |
requiresClassesConfiguration () | |
getRequiredPlugins () | |
setToolbar (array $toolbar) | |
Protected Attributes | |
$pluginName = 'TYPO3Link' | |
$pluginButtons = 'link, unlink' | |
$convertToolbarForHtmlAreaArray | |
![]() | |
$extensionKey = 'rtehtmlarea' | |
$pluginName | |
$relativePathToSkin = '' | |
$toolbar | |
$pluginButtons = '' | |
$pluginLabels = '' | |
$pluginAddsButtons = true | |
$convertToolbarForHtmlAreaArray = array() | |
$requiresClassesConfiguration = false | |
$requiredPlugins = '' | |
$configuration | |
Additional Inherited Members | |
![]() | |
cleanList ($str) | |
getPageConfigLabel ($string) | |
isFrontend () | |
isFrontendEditActive () | |
getFullFileName ($filename) | |
writeTemporaryFile ($label, $fileExtension= 'js', $contents= '') | |
getLanguageService () | |
TYPO3Link plugin for htmlArea RTE
Definition at line 24 of file Typo3Link.php.
applyToolbarConstraints | ( | $show | ) |
Return an updated array of toolbar enabled buttons
array | $show,: | array of toolbar elements that will be enabled, unless modified here |
Definition at line 130 of file Typo3Link.php.
References GeneralUtility\trimExplode().
buildJavascriptConfiguration | ( | ) |
Return JS configuration of the htmlArea plugins registered by the extension
Definition at line 68 of file Typo3Link.php.
References RteHtmlAreaApi\$extensionKey, $GLOBALS, Typo3Link\$pluginName, Typo3Link\buildJSClassesAnchorArray(), GeneralUtility\quoteJSvalue(), and RteHtmlAreaApi\writeTemporaryFile().
buildJSClassesAnchorArray | ( | ) |
Return a JS array for special anchor classes
Definition at line 90 of file Typo3Link.php.
References RteHtmlAreaApi\getFullFileName(), GeneralUtility\getIndpEnv(), RteHtmlAreaApi\getLanguageService(), GeneralUtility\quoteJSvalue(), and GeneralUtility\resolveBackPath().
Referenced by Typo3Link\buildJavascriptConfiguration().
main | ( | array | $configuration | ) |
Returns TRUE if the plugin is available and correctly initialized
array | $configuration | Configuration array given from calling object down to the single plugins |
Definition at line 56 of file Typo3Link.php.
|
protected |
Definition at line 45 of file Typo3Link.php.
|
protected |
Definition at line 38 of file Typo3Link.php.
|
protected |
Definition at line 31 of file Typo3Link.php.
Referenced by Typo3Link\buildJavascriptConfiguration().