![]() |
TYPO3
7.6
|
Public Member Functions | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
![]() | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
getExtensionKey () | |
addsButtons () | |
getPluginButtons () | |
getPluginLabels () | |
getConvertToolbarForHtmlAreaArray () | |
requiresClassesConfiguration () | |
getRequiredPlugins () | |
setToolbar (array $toolbar) | |
Protected Member Functions | |
buildJSAbbreviationArray () | |
getDatabaseConnection () | |
getBackendUserAuthentication () | |
![]() | |
cleanList ($str) | |
getPageConfigLabel ($string) | |
isFrontend () | |
isFrontendEditActive () | |
getFullFileName ($filename) | |
writeTemporaryFile ($label, $fileExtension= 'js', $contents= '') | |
getLanguageService () | |
Protected Attributes | |
$pluginName = 'Abbreviation' | |
$pluginButtons = 'abbreviation' | |
$convertToolbarForHtmlAreaArray | |
$acronymIndex = 0 | |
$abbreviationIndex = 0 | |
![]() | |
$extensionKey = 'rtehtmlarea' | |
$pluginName | |
$relativePathToSkin = '' | |
$toolbar | |
$pluginButtons = '' | |
$pluginLabels = '' | |
$pluginAddsButtons = true | |
$convertToolbarForHtmlAreaArray = array() | |
$requiresClassesConfiguration = false | |
$requiredPlugins = '' | |
$configuration | |
Abbreviation extension for htmlArea RTE
Definition at line 28 of file Abbreviation.php.
buildJavascriptConfiguration | ( | ) |
Return JS configuration of the htmlArea plugins registered by the extension
Definition at line 128 of file Abbreviation.php.
References Abbreviation\buildJSAbbreviationArray(), and RteHtmlAreaApi\writeTemporaryFile().
|
protected |
Return an abbreviation array for the Abbreviation plugin
Definition at line 148 of file Abbreviation.php.
References $GLOBALS, BackendUtility\BEenableFields(), BackendUtility\deleteClause(), elseif, Abbreviation\getBackendUserAuthentication(), Abbreviation\getDatabaseConnection(), GeneralUtility\intExplode(), GeneralUtility\makeInstance(), and GeneralUtility\trimExplode().
Referenced by Abbreviation\buildJavascriptConfiguration().
|
protected |
Definition at line 246 of file Abbreviation.php.
References $GLOBALS.
Referenced by Abbreviation\buildJSAbbreviationArray().
|
protected |
Definition at line 238 of file Abbreviation.php.
References $GLOBALS.
Referenced by Abbreviation\buildJSAbbreviationArray().
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 73 of file Abbreviation.php.
References $GLOBALS, ExtensionManagementUtility\isLoaded(), and GeneralUtility\trimExplode().
|
protected |
Definition at line 65 of file Abbreviation.php.
|
protected |
Definition at line 58 of file Abbreviation.php.
|
protected |
Definition at line 49 of file Abbreviation.php.
|
protected |
Definition at line 42 of file Abbreviation.php.
|
protected |
Definition at line 35 of file Abbreviation.php.