Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Could you someone give me more information regarding glideOverlay?

Blair5
Giga Guru

Could you someone give me more information regarding glideOverlay? I searched the wiki/forums/guru site and haven't seen anything on it.

9 REPLIES 9

Bhavesh Jain1
Giga Guru

I saw this in one of the post :


See Displaying a survey in a cms environment


I also want to know more about glideOverlay. So that I can use in Custom Dialog Box.


Bhavesh,



I saw this post as well, but it really doesn't give much information about glideOverlay.



Thank you.


solutioningnow
Giga Guru

Hi,




GlideOverlay is an API which is used to display custom dialog box. It is used in clide-side JavaScript.



Below is an example for the same:



var d = new GlideOverlay({  


              title: 'page title',   //put Popup Title


              form: 'ui page name'   //UI Page name


              });


d.setPreference("sysparm_ParameterName", value);   //setting preferences


d.render();  



Use of GlideOverlay is similar to GlideDialogWindow. Both API's are used to display custom dialog box using client script.



Please mark answer as correct, if it was really helpful 🙂



Regards,


Solutioner


Logo.png


Enhance Knowledge NOW@ www.solutioningnow.com


http://www.solutioningnow.com/