![]() |
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 | |
buildNestedJSArray ($conf) | |
![]() | |
cleanList ($str) | |
getPageConfigLabel ($string) | |
isFrontend () | |
isFrontendEditActive () | |
getFullFileName ($filename) | |
writeTemporaryFile ($label, $fileExtension= 'js', $contents= '') | |
getLanguageService () | |
Protected Attributes | |
$pluginName = 'ContextMenu' | |
![]() | |
$extensionKey = 'rtehtmlarea' | |
$pluginName | |
$relativePathToSkin = '' | |
$toolbar | |
$pluginButtons = '' | |
$pluginLabels = '' | |
$pluginAddsButtons = true | |
$convertToolbarForHtmlAreaArray = array() | |
$requiresClassesConfiguration = false | |
$requiredPlugins = '' | |
$configuration | |
Context Menu plugin for htmlArea RTE
Definition at line 23 of file ContextMenu.php.
buildJavascriptConfiguration | ( | ) |
Return JS configuration of the htmlArea plugins registered by the extension
Definition at line 49 of file ContextMenu.php.
References ContextMenu\buildNestedJSArray(), RteHtmlAreaApi\cleanList(), GeneralUtility\strtolower(), and GeneralUtility\trimExplode().
|
protected |
Translate Page TS Config array in JS nested array definition Replace 0 values with false Unquote regular expression values Replace empty arrays with empty objects
array | $conf,: | Page TSConfig configuration array |
Definition at line 73 of file ContextMenu.php.
References GeneralUtility\removeDotsFromTS().
Referenced by ContextMenu\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 38 of file ContextMenu.php.
|
protected |
Definition at line 30 of file ContextMenu.php.