How to setSize for GlideModalForm?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 12:01 AM
I have tried OOB setSize method but it didn't work. Could you please share your inputs or suggestions on how to set Size for GlideModalForm?
Thanks,
Yuva
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 12:07 AM
Hi,
here you go
var modalDialog = new GlideModal("name of the UI page");
modalDialog.setSize(700, 400);.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 12:11 AM
For GlideDialogForm, use setDialogSize(w,h)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 12:28 AM
Hi Rahul,
The requirement is to set size for GlideModalForm.
Thanks,
Yuva

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 12:31 AM
Hi, Then you should use setDialogSize(w,h). Let me know if it works