The CreatorCon Call for Content is officially open! Get started here.

How to insert text in a popup GlideDialogWindow ? (Window create on script lient with setting 'onload')

srevinU
Kilo Contributor

Hello, 

Someone could tell me how can I insert some text in a GlideDialogWindow ?

There is my scripting from 'Client script':

function onLoad() {
   //Type appropriate comment here, and begin script below
	var gdw = new GlideDialogWindow('testWindow');
	gdw.setTitle('Test title window');
	gdw.render();
}

Where do I have to insert the text part ?

5 REPLIES 5

Thank you.

Can you also mark my answer as correct, 👍 helpful & close the thread.

Regards

Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader