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

This commit is contained in:
zero 2007-03-20 02:53:32 +00:00
parent 23be573c33
commit f7bb462534
4 changed files with 9 additions and 6 deletions

View file

@ -283,8 +283,8 @@ function editorProcComponent(ret_obj, response_tags) {
// 컴포넌트의 동작이 새창 열기 일 경우
if(open_window == 'Y') {
var win_left = screen.availWidth / 3;
var win_top = screen.availHeight / 3;
var win_left = 10;
var win_top = 10;
winopen(popup_url, 'editorComponent', 'left='+win_left+',top='+win_top+',width=10,height=10,toolbars=no,scrollbars=no');
// 새창 열기가 아니면 정해진 영역에 innerHTML로 tpl 입력