Disable clicks in portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2020 04:15 AM
Hi, I have a requirement to show dashboards on portal. I have created a new widget and added the dashboard using the iframes, however unable to disable the mouse clicks on it.
Already tried below CSS with no luck.
.report_content {
pointer-events:none;
}
.avoid-clicks {
pointer-events: none;
}
Please suggest
Thanks and Regards, Rohit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2020 06:09 AM
Hi Rohit,
You need to include the CSS on the page level as opposed to the widget level. Go into Designer for the specific page, add the CSS on page settings and then modify the column/row css class to refer to page css.
Thanks,
Enrique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 12:59 AM
Thank you Enrique for the update. I already added it to page settings too with no luck. You also mentioned to 'modify the column/row css class to refer to page css.' Please eloberate how do I do it?
Thank you,
Rohit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2020 02:09 AM
Hi Rohit,
You need to do the following:
1) Go to the page > page settings and add the CSS to the page level:
2) You then need to edit the column of the row/container you want the widget to be read-only and specify the CSS so that clicks are disabled:
3) Once on the form for editing the column, specify your CSS class as listed in the page settings:
The clicks will now be disabled for any widgets contained within that column:
Please mark as helpful/resolved if this worked for you.
Many thanks,
Enrique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 12:07 AM