Fixed windows close effect.

git-svn-id: file:///home/svn/framework3/trunk@3971 4d416f70-5f16-0410-b530-b9f4589650da
unstable
lmh 2006-09-26 22:59:33 +00:00
parent acc779841c
commit 9c892f273d
1 changed files with 2 additions and 9 deletions

View File

@ -73,18 +73,11 @@ function create_window_ajax(target_url, wid, wtitle, wwidth, wheight) {
left:100, left:100,
width:wwidth, width:wwidth,
height:wheight, height:wheight,
resizable: true, resizable: true,
draggable: true, draggable: true,
url: target_url, url: target_url,
showEffectOptions: showEffectOptions: { duration: 0.25 },
{ hideEffectOptions: { duration: 0.25 }
duration: 0.25
},
closeEffectOptions:
{
duration: 0.25
}
}); });
return new_mwindow; return new_mwindow;
} }