![]() |
TYPO3
7.6
|
Public Member Functions | |
main (array $configuration) | |
applyToolbarConstraints ($show) | |
![]() | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
getExtensionKey () | |
addsButtons () | |
getPluginButtons () | |
getPluginLabels () | |
getConvertToolbarForHtmlAreaArray () | |
requiresClassesConfiguration () | |
getRequiredPlugins () | |
setToolbar (array $toolbar) | |
Protected Attributes | |
$pluginName = 'CopyPaste' | |
$pluginButtons = 'copy, cut, paste' | |
$convertToolbarForHtmlAreaArray | |
$hideButtonsFromClient | |
![]() | |
$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 () | |
Copy Paste plugin for htmlArea RTE
Definition at line 23 of file CopyPaste.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 85 of file CopyPaste.php.
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 67 of file CopyPaste.php.
References GeneralUtility\trimExplode().
|
protected |
Definition at line 44 of file CopyPaste.php.
|
protected |
Definition at line 55 of file CopyPaste.php.
|
protected |
Definition at line 37 of file CopyPaste.php.
|
protected |
Definition at line 30 of file CopyPaste.php.