I am trying to hide the SharePoint Ribbon Tabs based on a users permissions. I know that I can use the SPSecurityTrimmedControl to do this but I need to wrap it around just the tabs and not the whole ribbon. The reason for this is because I am trying to 'lighten' the page for the user as I believe that there are some javascript associated with using the tabs and we don't want that to be downloaded with the page if a user doesn't use the tabs.
Is there any way to do this?
Thanks and regards,
