{@
include_once('./modules/file/file.class.php');
include_once('./modules/file/file.controller.php');
$oFileController = &getController('file');
$editor_sequence = '1';
$upload_target_srl = $document_srl;
$oFileController->setUploadInfo($editor_sequence, $upload_target_srl);
$_SESSION['upload_info'][$editor_sequence]->enabled = true;
$_SESSION['upload_info'][$editor_sequence]->upload_target_srl = $upload_target_srl;
Context::loadLang('./modules/editor/lang');
// File config
$oFileModel = getModel('file');
$file_config = $oFileModel->getUploadConfig();
// Editor Config
$oDocument->getEditor()->option;
}
※ {$lang->m_editor_notice}.
※ {$lang->sns_wrt}.