martin
21 Dec 2006, 11:44 AM
In my BasicDialog I pull in content via:
var mgr = dialog.body.getUpdateManager();
mgr.update({url: 'lib/plugins/ui/ajax.php', params: {call: 'getHTML', page: encodeURI(link)}});
When the content gets too big for the dialog it just gets clipped off.
I tried it with a little css for the dialog body: .ydlg-bd{overflow:auto}
I also tried 'autoScroll' (I can't find much info in the documentation on this property) both true and false.
How can I add scrollbars to the dialog box when content get's too big?
Thanks...martin
var mgr = dialog.body.getUpdateManager();
mgr.update({url: 'lib/plugins/ui/ajax.php', params: {call: 'getHTML', page: encodeURI(link)}});
When the content gets too big for the dialog it just gets clipped off.
I tried it with a little css for the dialog body: .ydlg-bd{overflow:auto}
I also tried 'autoScroll' (I can't find much info in the documentation on this property) both true and false.
How can I add scrollbars to the dialog box when content get's too big?
Thanks...martin