Welcome Guest Search | Active Topics | Sign In | Register

showing dialog over dialog Options
dllhell
Posted: Monday, December 15, 2008 1:34:43 AM
Rank: Member
Groups: Member

Joined: 2/21/2008
Posts: 25
Hi,

I have a two dialogs. On dlg1 I have a button which call dlg2 but dlg2 is showed under dlg1 and become unreachable.
Please, how to call dlg2 from dlg1 in proper way?

eo_support
Posted: Monday, December 15, 2008 6:52:24 AM
Rank: Administration
Groups: Administration

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

You would use our client side JavaScript to display the dialog. The interface does not have anything to do with whether you are calling dlg2 from dlg1 or anywhere else. It would be something like this:

eo_GetObject("dialog_client_id").show();

You can find more information at here:

http://www.essentialobjects.com/ViewDoc.aspx?t=Dialog%2fDialog_Show.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.