mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 08:14:08 +01:00
Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4
This commit is contained in:
@@ -1799,6 +1799,7 @@ class rcmail extends rcube
|
||||
'spelldict' => intval($this->config->get('spellcheck_dictionary'))
|
||||
));
|
||||
|
||||
$this->output->add_label('selectimage', 'addimage');
|
||||
$this->output->include_script('tinymce/tinymce.min.js');
|
||||
$this->output->include_script('editor.js');
|
||||
$this->output->add_script("rcmail_editor_init($script)", 'docready');
|
||||
|
||||
Reference in New Issue
Block a user