How to call a ui page inside a Catalog client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi,
I created a ui page with html and client script.
Then i created a catalog client script and im using this script to call the ui page, but im getting a Java Script Error, i also tried with new GlideDialogWindow but i got the same Error
var gm = new GlideModal('pop_up_yes_no');
gm.setTitle('My Custom UI Page');
gm.setSize(600, 300); // Optional: width, height
gm.render();
0 REPLIES 0
