[svn r22305] FS#2867 - The online editor: Adding a configuration option on how the ImageManager is to be opened.

skala
Ivan Tcholakov 17 years ago
parent 0de1dc0bd9
commit 245d89756c
  1. 4
      main/inc/lib/fckeditor/myconfig.php

@ -99,6 +99,10 @@ if (api_get_setting('show_glossary_in_documents') == 'ismanual') {
// for previewing images. This is why we load this plugin only in case when the simple file manager is used.
if (!(api_get_setting('advanced_filemanager') == 'true')) {
$config['LoadPlugin'][] = 'ImageManager';
// The following setting defines how the simple file manager to be opened:
// true - in a new browser window, or
// false - as a dialog whithin the page (recommended).
$config['OpenImageManagerInANewWindow'] = true; // true while developing this feature.
}
// fckEmbedMovies : Adds a dilog for inserting video files.

Loading…
Cancel
Save