Rank: Member Groups: Member
Joined: 5/6/2008 Posts: 21
|
hi
I want to close a dialog when the user click outside the dialog. What should i do ?
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi, You will need to call this function: http://www.essentialobjects.com/ViewDoc.aspx?t=JSDoc.Public.Dialog.close.htmlIt will be something like this:
Code: HTML/ASPX
<a href="javascript: eo_GetObject('Dialog1').close();">Close</a>
You can find more information about how to use our client side interface here: http://www.essentialobjects.com/ViewDoc.aspx?t=clientapi_howto.htmlThanks
|