mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
자동 저장 문서 삭제 부분 - mid별로 삭제 되게 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6582 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
607ba936bb
commit
c2bc3067a2
4 changed files with 19 additions and 6 deletions
|
|
@ -107,6 +107,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height, f
|
|||
var param = new Array();
|
||||
param['editor_sequence'] = editor_sequence;
|
||||
param['primary_key'] = primary_key;
|
||||
paran['mid'] = current_mid;
|
||||
var response_tags = new Array("error","message","editor_sequence","key","title","content","document_srl");
|
||||
exec_xml('editor',"procEditorLoadSavedDocument", param, getAutoSavedSrl, response_tags);
|
||||
if(typeof(editorUploadInit) == 'function') editorUploadInit(uploadSettingObj, true);
|
||||
|
|
|
|||
|
|
@ -87,7 +87,9 @@ function _editorAutoSave(exe) {
|
|||
|
||||
// 자동저장된 모든 메세지를 삭제하는 루틴
|
||||
function editorRemoveSavedDoc() {
|
||||
exec_xml("editor","procEditorRemoveSavedDoc");
|
||||
var param = new Array();
|
||||
param['mid'] = current_mid;
|
||||
exec_xml("editor","procEditorRemoveSavedDoc", param);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue