Rank: Advanced Member Groups: Member
Joined: 8/24/2007 Posts: 130
|
Hi,
I am invoking a dialog using the client side dialog.show method. Is there any way that I can position the dialog on the page. It default to the centre, and I can't seem to adjust this.
I am unable to use AnchorElementId, as there are numerous elements that can invoke the dialog.
Thanks
Phil
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not think there is a direct way to do it. The indirect way is to use AnchorElementID. You would anchor the dialog to the specific DHTML element, then position that element before displaying the dialog.
Thanks!
|