GlideDialogForm vs GlideDialogWindow window sizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2012 12:23 PM
I am using GlideDialogForm to pull up another table within the incident form and I need to change the size of the window.
In GlideDialogWindow I can set the size with this code: dialog.setSize(width, height);
However GlideDialogForm seems to completely ignore this setting.
Any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2015 07:07 AM
Maybe this helps somebody in the future:
xyz.setSize('500', '500');
> set the parameters width and height as strings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2016 08:20 AM
This did not worked for me, maybe is related to the version of the instance (Fuji) or the fact that I am reading from the user table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2016 04:05 PM
Try dialog.setDialogHeight(400);