{$lang->content} (첨부파일 제외 한글2만자 이내) |
{@
$oEditorModel = &getModel('editor');
// 에디터 스킨 목록을 구함
Context::set('editor_skin_list', $oEditorModel->getEditorSkinList());
// 에디터를 받음
$option->primary_key_name = 'primary_key';
$option->content_key_name = 'content';
$option->allow_fileupload = true;
$option->enable_autosave = false;
$option->enable_default_component = true;
$option->enable_component = true;
$option->resizable = true;
$option->height = 300;
$option->skin = "xpresseditor";
$editor = $oEditorModel->getEditor($args->ggmailing_document_srl, $option);
//$editor->editor_sequence;
}
{$editor}
|