git-svn-id: http://xe-core.googlecode.com/svn/trunk@1574 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-08 04:02:00 +00:00
parent c4e6004d80
commit da7e33354a
9 changed files with 184 additions and 93 deletions

View file

@ -127,7 +127,13 @@
// 에디터 모듈의 getEditor를 호출하여 세팅
$oEditorModel = &getModel('editor');
$editor = $oEditorModel->getEditor($module_srl, true);
$option->allow_fileupload = true;
$option->enable_autosave = false;
$option->enable_default_component = true;
$option->enable_component = true;
$option->resizable = true;
$option->height = 600;
$editor = $oEditorModel->getEditor($module_srl, $option);
Context::set('editor', $editor);
// 템플릿 파일 지정