How to insert text in a popup GlideDialogWindow ? (Window create on script lient with setting 'onload')
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 06:15 AM
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 ?
Labels:
- Labels:
-
Scripting and Coding
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2019 10:37 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader