Skip to content
Snippets Groups Projects
Commit 9bdf981a authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

Merge branch 'typo3v8compatibility' of gitlab.sgalinski.de:typo3/tinymce4_rte...

Merge branch 'typo3v8compatibility' of gitlab.sgalinski.de:typo3/tinymce4_rte into typo3v8compatibility
parents 3ea34672 0f3ef587
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
......@@ -335,6 +335,10 @@ class RichTextElement extends AbstractFormElement {
}
$result = array();
// next line is required to fix the scrolling toolbar elements in the tinymce
// also fixes the fullscreen dialog
$result[] = '<style>body{position:relative;}div.mce-fullscreen{top: 65px;}</style>';
// The hidden field tells the DataHandler that processing should be done on this value.
$result[] = '<input type="hidden" name="' . htmlspecialchars($triggerFieldName) . '" value="RTE" />';
// $result[] = '<div id="pleasewait' . $this->domIdentifier . '" class="pleasewait" style="display: block;" >';
......
......@@ -29,6 +29,7 @@ $EM_CONF[$_EXTKEY] = [
'ch_rterecords' => '',
'linkhandler' => '',
'rtehtmlarea' => '',
'rte_ckeditor' => '',
'rte_tinymce' => '',
'tinyrteru' => '',
'tinyrte' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment