Hi John, One minor comment on this. There is one thing with css: it doesn't change the HTML, it only affects how the HTML is presented. This means that although the section isn't visible on the screen, the data in the section is still visible in the source code (HTML) of the page. So when you want to be really sure that no one is able to see the data in the section, I would recommend to use guided navigation instead.
just one comment on this: when hiding multiple dashboards with this display:none (for example in a menu structure) I had once the effect that the dashboards not displayed caused a little breach between the menu-title and the first dashboard to display.
The only thing you can do then is to move the dashboard to display right after your menu-section.
4 comments:
Hi John,
One minor comment on this. There is one thing with css: it doesn't change the HTML, it only affects how the HTML is presented.
This means that although the section isn't visible on the screen, the data in the section is still visible in the source code (HTML) of the page.
So when you want to be really sure that no one is able to see the data in the section, I would recommend to use guided navigation instead.
Regards,
Stijn
How to hide dashboard "My Dashabord" for all user. Please give some suggestions. Thank you.
Hi John,
just one comment on this:
when hiding multiple dashboards with this display:none (for example in a menu structure) I had once the effect that the dashboards not displayed caused a little breach between the menu-title and the first dashboard to display.
The only thing you can do then is to move the dashboard to display right after your menu-section.
So long and best regards,
Andreas
Hi John
Thanks for sharing this info.
We used this concept to solve one of our requirement. I have blogged my experience here
http://itsourteamwork.wordpress.com/2009/10/27/single-report-in-multiple-pages-with-different-parameters/
Regards
The Team
Post a Comment