57 'gecko' => array(
'copy',
'cut',
'paste'),
58 'webkit' => array(
'copy',
'cut',
'paste'),
59 'opera' => array(
'copy',
'cut',
'paste')
62 public function main($parentObject) {
63 $enabled = parent::main($parentObject);
65 if ($enabled && is_array($this->hideButtonsFromClient[$this->htmlAreaRTE->client[
'browser']])) {
66 $this->pluginButtons = implode(
',', array_diff(\
TYPO3\CMS\Core\Utility\
GeneralUtility::trimExplode(
',', $this->pluginButtons, TRUE), $this->hideButtonsFromClient[$this->htmlAreaRTE->client[
'browser']]));
69 $this->pluginAddsButtons = FALSE;
81 if (is_array($this->hideButtonsFromClient[$this->htmlAreaRTE->client[
'browser']])) {
82 return array_diff($show, $this->hideButtonsFromClient[$this->htmlAreaRTE->client[
'browser']]);
$relativePathToLocallangFile
$convertToolbarForHtmlAreaArray
applyToolbarConstraints($show)
static trimExplode($delim, $string, $removeEmptyValues=FALSE, $limit=0)