| User | Post |
|
4:05 am July 19, 2011
| Rami singh
| | |
| Guest
| | |
|
|
Hi,
We want to hide one of the ribbon tabs (like the whole tab option) from our users.
any css thing for this ?
|
Ads by Google
|
|
|
7:31 pm July 26, 2011
| raghu
| | |
| Guest
| | |
|
|
Use
SPRibbon.MakeTabAvailable() and
SPRibbon.MakeContextualGroupInitiallyVisible() if your doing that programatically
|
|
|
8:36 pm July 29, 2011
| Raghu
| | |
| Guest
| | |
|
|
You can use Css to do this as well
see the post
http://mattspla.net/2010/10/28…..formation/
|
|
|
11:45 pm July 30, 2011
| Admin
| | |
| Admin
| posts 158 | |
|
|
Use
<style>
.ms-cui-cg
{
display:none;
}
</style>
to hide the the tab in the ribbon
|
|
|
7:09 pm December 16, 2011
| spdailytips
| | |
| Guest
| | |
|
|
|
3:53 pm February 19, 2012
| Bijay
| | |
| Guest
| | |
|
|
Connect & Join Us