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?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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.htmlThanks!
|