- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 11:35 AM
Hello,
I have created a UI page that is rendered in a catalog client script. I would like to know if it's possible to hide the x on the upper-right corner.
Basically, we are restricting the catalog item, so we do not want certain people to be able to request it.
When the OK button is clicked on this pop-up, user is re-directed to the home page. When the x button on the upper-right is clicked, the pop-up window closes, and the screen stays on the catalog item, and the user is still able to submit it.
Here's my catalog client script:
Here's my UI Page:
Any help would be appreciated.
Thanks,
Maria
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 11:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 11:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 11:40 AM
Rats, this time I was a little too slow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 11:42 AM
Thanks, Pradeep!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2016 11:40 AM
Hi Maria,
Yes, when you set up the dialog window, use this right before your dialog.render()
dialog.removeCloseDecoration();