![]() |
TYPO3
7.6
|
Public Member Functions | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
applyToolbarConstraints ($show) | |
![]() | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
getExtensionKey () | |
addsButtons () | |
getPluginButtons () | |
getPluginLabels () | |
getConvertToolbarForHtmlAreaArray () | |
requiresClassesConfiguration () | |
getRequiredPlugins () | |
setToolbar (array $toolbar) | |
Protected Member Functions | |
getLanguages () | |
getDatabaseConnection () | |
![]() | |
cleanList ($str) | |
getPageConfigLabel ($string) | |
isFrontend () | |
isFrontendEditActive () | |
getFullFileName ($filename) | |
writeTemporaryFile ($label, $fileExtension= 'js', $contents= '') | |
getLanguageService () | |
Protected Attributes | |
$pluginName = 'Language' | |
$pluginButtons = 'lefttoright,righttoleft,language,showlanguagemarks' | |
$convertToolbarForHtmlAreaArray | |
![]() | |
$extensionKey = 'rtehtmlarea' | |
$pluginName | |
$relativePathToSkin = '' | |
$toolbar | |
$pluginButtons = '' | |
$pluginLabels = '' | |
$pluginAddsButtons = true | |
$convertToolbarForHtmlAreaArray = array() | |
$requiresClassesConfiguration = false | |
$requiredPlugins = '' | |
$configuration | |
Language plugin for htmlArea RTE
Definition at line 27 of file rtehtmlarea/Classes/Extension/Language.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 151 of file rtehtmlarea/Classes/Extension/Language.php.
References ExtensionManagementUtility\isLoaded().
buildJavascriptConfiguration | ( | ) |
Return JS configuration of the htmlArea plugins registered by the extension
Definition at line 74 of file rtehtmlarea/Classes/Extension/Language.php.
References Language\getLanguages(), RteHtmlAreaApi\getLanguageService(), and RteHtmlAreaApi\writeTemporaryFile().
|
protected |
Definition at line 163 of file rtehtmlarea/Classes/Extension/Language.php.
References $GLOBALS.
Referenced by Language\getLanguages().
|
protected |
Getting all languages into an array where the key is the ISO alpha-2 code of the language and where the value are the name of the language in the current language Note: we exclude sacred and constructed languages
Definition at line 104 of file rtehtmlarea/Classes/Extension/Language.php.
References $lang, BackendUtility\BEenableFields(), BackendUtility\deleteClause(), Language\getDatabaseConnection(), ExtensionManagementUtility\isLoaded(), and GeneralUtility\trimExplode().
Referenced by Language\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 61 of file rtehtmlarea/Classes/Extension/Language.php.
References ExtensionManagementUtility\isLoaded(), and GeneralUtility\rmFromList().
|
protected |
Definition at line 48 of file rtehtmlarea/Classes/Extension/Language.php.
|
protected |
Definition at line 41 of file rtehtmlarea/Classes/Extension/Language.php.
|
protected |
Definition at line 34 of file rtehtmlarea/Classes/Extension/Language.php.