0

My question is simple:

How do I select a ribbon.read with javascript? For example i have a different tab selected but clicking on the button i would like to select Ribbon.read ... any adivces?

Thanks

Shkipper
  • 2,105
  • 1
  • 23
  • 52

1 Answers1

2

I'm not sure if I understand you correctly, but this code should select the Ribbon.Read

var ribbon = SP.Ribbon.PageManager.get_instance().get_ribbon();
SelectRibbonTab("Ribbon.Read", true);
Aljoscha Husp
  • 322
  • 1
  • 10