- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2015 09:01 PM
This is a GlideDialog Window / UI Page. Is there somewhere I can go to remove the little x in the upper right corner?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2015 11:28 PM
Hi,
use the below code to remove it.
dialog.removeCloseDecoration();
replace the dialog with your dialog window object.
Thanks,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2015 11:28 PM
Hi,
use the below code to remove it.
dialog.removeCloseDecoration();
replace the dialog with your dialog window object.
Thanks,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2015 08:15 PM
Is there a list of available / useful code snippets like this? I don't know what the correct ServiceNow term is for "removeCloseDecoration();".
The "Master List of Options" would be super handy.
Thanks again !