Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I' searching for a way how to activate the ribbon contextual tabs for a particular web part.

For example on a page there are more than 1 web parts and i want to automatically show in the ribbon contextual tabs, BUT i dont want them to be fully shown, only the tab names, but to open them user have to click on the tab.

For example if i would need to open them fully i could use WpClick(event) to fire it automatically, but in my case I just need them to be collapsed but seenable. Because by default they are invisible i think.

So any good idea how to achieve it with JavaScript or ServerSide code? But what important is i have to show the corect contextual tabs and not some tabs ..

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.