Welcome Guest Search | Active Topics | Sign In | Register

Dialog Options
lliu
Posted: Wednesday, March 10, 2010 5:07:04 PM
Rank: Newbie
Groups: Member

Joined: 3/31/2008
Posts: 4
Dear Sir,

How to automatically load the Dialog control based on conditions(for example, every 10minutes, etc.)?

Thanks,
Li
eo_support
Posted: Wednesday, March 10, 2010 5:13:43 PM
Rank: Administration
Groups: Administration

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

We will only tell you how to show the dialog. If you want to show the dialog from your server side code, you will do:

Code: C#
Dialog1.InitialState = EO.Web.DialogSate.Visible;


If you want to show the dialog from client side, you will do:

Code: JavaScript
eo_GetObject("Dialog1").show();


When to call them based on whatever condition you would like will be completely up to you. We won't be able to cover that part.

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.