페이지의 에디터 출력시 발생하는 JS오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2584 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-09-11 12:14:27 +00:00
parent 539247274e
commit ed7288506e

View file

@ -166,6 +166,8 @@
// 에디터 모듈의 getEditor를 호출하여 세팅
$oEditorModel = &getModel('editor');
$option->primary_key_name = 'module_srl';
$option->content_key_name = 'content';
$option->allow_fileupload = true;
$option->enable_autosave = false;
$option->enable_default_component = true;