mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@560 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
23be573c33
commit
f7bb462534
4 changed files with 9 additions and 6 deletions
|
|
@ -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 입력
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue