- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 03:42 AM
I'm trying to remove the circled section from a Glide Dialog Window. I know I can do this with DOM manipulation but I'm wondering if there is a SN method I can use to remove these?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 03:49 AM
Since it's a GlideDialogWindow I guess you can restrict those ui action to not show with the "UI Action Visibility" that you have on the UI Action at the bottom. With this you can restrict on what views those ui action should be visible on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 03:49 AM
Since it's a GlideDialogWindow I guess you can restrict those ui action to not show with the "UI Action Visibility" that you have on the UI Action at the bottom. With this you can restrict on what views those ui action should be visible on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:28 AM
Great solution, many thanks Goran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:57 AM
No problemo 😃
