Sharepoint hide ribbon for standard users -


is possible hide te ribbon standard users in sharepoint ? want see ribbon when administrator, want people can add document , not edit in ribbon.

sharepoint has no standard way (configuration) hide ribbon selected users. can use javascript, maybe jquery it. ribbon rendered <div id="ribboncontainer">.

you can info current user via javascript client object model. see msdn.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -