Neos8929 / artdialog

Automatically exported from code.google.com/p/artdialog
0 stars 0 forks source link

调用list 关闭制定iframe后,close方法失效 #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
window.top.art.dialog.list['PasswordReset'].close();

window.top.art.dialog({ id: 'info', icon: 'succeed', content: message, lock: 
true, close: function () { location.href = location.href;  } });

Original issue reported on code.google.com by itsobse...@gmail.com on 22 Sep 2011 at 1:54