GlideOverlay docs? Specifically preferences/settin... - ServiceNow Community

GlideOverlay docs? Specifically preferences/settings

perkinsarm
Mega Guru

Does Documentation for GlideOverlay exist? They don't seem to exist on docs.servicenow.com.

var o = new GlideOverlay({
            title : "Edit Metadata Request",
            iframe : metadataservice_gui_url,
            allowOverflowX : true,
            height : 650,
            width : 1000
            //messages : ""
        });

Preferences/settings were set by passing an object.

I'm interested in knowing what other settings can be passed?

I'd specifically like to know if this overlay window can be made resizable?

Thanks

1 REPLY 1

Omkar Kumbhar
Mega Sage
Mega Sage

Hi,

Can you please refer to this link which will you understand:

https://community.servicenow.com/community?id=community_question&sys_id=61920b21dbd8dbc01dcaf3231f96...

Thanks,

Omkar

If I was able to help you with your case, please click the Thumb Icon and mark as Correct.