Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4

This commit is contained in:
Aleksander Machniak
2014-05-27 20:08:36 +02:00
parent f41912e4cb
commit b21f8bd3ef
11 changed files with 413 additions and 32 deletions

View File

@@ -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');