Welcome Guest Search | Active Topics | Sign In | Register

Close dialog with click outside Options
Posted: Thursday, September 11, 2008 10:02:23 AM
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
eo_support
Posted: Thursday, September 11, 2008 10:13:47 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

You will need to call this function:

http://www.essentialobjects.com/ViewDoc.aspx?t=JSDoc.Public.Dialog.close.html

It 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.html

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.