mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7552 - Polishing CKeditor (maximized mode, focus impossible if editor in a modal)
Fullscreen mode for portal (native browser method) Windowed mode for console (JS method) portal.css not minified
This commit is contained in:
@@ -45,6 +45,9 @@ class CKEditorHelper
|
||||
// configuration
|
||||
$aConfiguration = array(
|
||||
'language' => $sLanguage,
|
||||
'maximize' => [
|
||||
'fullscreen' => 'javascript'
|
||||
],
|
||||
'detectChanges' => [
|
||||
'initialValue' => $sInitialValue
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user