Rank: Advanced Member Groups: Member
Joined: 7/2/2008 Posts: 35
|
How do I resize a dialog on load? I need to match the width to various tables displayed in the dialog.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You would call this method: http://doc.essentialobjects.com/library/1/jsdoc.public.dialog.resize.aspxMake sure you call it inside the dialogs' ClientSideOnLoad handler. Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 7/2/2008 Posts: 35
|
Thanks. I couldn't work out where to call it. It is obvious when you tell me ! Cheers
|