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

This commit is contained in:
zero 2007-04-09 04:22:31 +00:00
parent 37af2d027c
commit 9ad9472b85
6 changed files with 44 additions and 17 deletions

View file

@ -96,6 +96,12 @@ function editorStart(upload_target_srl) {
editorSyncContent(fo_obj.content, upload_target_srl);
if(typeof(fo_obj._saved_doc_title)!="undefined" ) editorEnableAutoSave(fo_obj, upload_target_srl);
// 팝업 윈도우일 경우 드래그바 숨김
if(typeof(_isPoped)!="undefined" && _isPoped) {
xGetElementById("editor_drag_bar_"+upload_target_srl).style.display = "none";
setFixedPopupSize();
}
}
// 여러개의 편집기를 예상하여 전역 배열 변수에 form, iframe의 정보를 넣음