Learning SharePoint   Enhance Your SharePoint Knowledge


 
Current User: Guest
Please consider registering
Plase note that the Forum works well in IE8, Firefox, Chrome and Safari


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Hide Ribbon tab in sharePoint 2010

UserPost

4:05 am
July 19, 2011


Rami singh

Guest

 
1

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

 
2

Use

SPRibbon.MakeTabAvailable() and

SPRibbon.MakeContextualGroupInitiallyVisible() if your doing that programatically

8:36 pm
July 29, 2011


Raghu

Guest

 
3

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

 
4

Use

 

<style>
.ms-cui-cg
{
display:none;
}
</style>

to hide the the tab in the ribbon

7:09 pm
December 16, 2011


spdailytips

Guest

 
5

I have good article on my blog about this @

 

http://spdailytips.blogspot.co…..-edit.html

 

enjoy! 

http://spdailytips.blogspot.com/

3:53 pm
February 19, 2012


Bijay

Guest

 
6

Check out this link may be helpful to you

http://www.fewlines4biju.com/2…..-2010.html


Reply to Topic:
Hide Ribbon tab in sharePoint 2010

Guest Name (Required):

Guest Email (Required):

Smileys
Confused Cool Cry Embarassed Frown Kiss Laugh Smile Surprised Wink Yell
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
5 + 9
   



 
Subscribe to Learning SharePoint Subscribe
Twitter Learning SharePointFollow Us
in Learning SharePoint

Random Posts

Programmatically Create and upload document in Sharepoint 2010 document library
Programmatically Create and upload»

Related Post : Programmatically upload a document in SharePoint 2010 document library The code below requires you to install the»

Programmatically Upload document using Client object model – SharePoint 2010
Programmatically Upload document using»

Related Post : Programatically upload a document in SharePoint 2010 document library – Server Object model I have added two»

Add links to Top Navigation Sharepoint 2010 programmatically
Add links to Top»

Here is a short console application to add a link (For e.g. in our case : a link to a»