Reapply CKEditor option to dispEditorFrame

This commit is contained in:
Kijin Sung 2018-03-06 22:04:25 +09:00
parent c4f3110291
commit f42e1f7a45

View file

@ -28,6 +28,9 @@ class editorView extends editor
// Load editor
$oEditorModel = getModel('editor');
$option = $oEditorModel->getEditorConfig();
$option->editor_skin = 'ckeditor';
$option->content_style = 'ckeditor_light';
$option->sel_editor_colorset = 'moono-lisa';
$option->primary_key_name = 'primary_key';
$option->content_key_name = 'content';
$option->allow_fileupload = FALSE;