Forum Discussion
Nabajyoti Bhattacharjee
Nov 28, 2016Copper Contributor
there is no link of return to modern look on clicking return to classic look . need functionality
In the modern O365 env, we find that there is a small link in the bottom left which says "Return to Classic SharePoint".
I have not found any link, in case you go to Classic mode.
So, i have found this link: https://cann0nf0dder.wordpress.com/2016/06/15/sharepoint-online-new-site-content-page-how-does-it-know-to-render-classic-view-cookies/
Now i want to put that on every page. I am not considering editing masterpage.
I want to put the js code to delete that particular cokkie entry from the browser on a link click which says To Modern Look. How do i achieve that?
I gues you could technically implement it as the value is stored in a cookie using a jslink or something similar.
http://microsofttouch.fr/english/b/vince365/posts/determine-whether-or-not-a-sharepoint-library-is-running-with-the-new-experience
However I agree it should be here natively.
3 Replies
Sort By
- Vincent BIRETCopper Contributor
I gues you could technically implement it as the value is stored in a cookie using a jslink or something similar.
http://microsofttouch.fr/english/b/vince365/posts/determine-whether-or-not-a-sharepoint-library-is-running-with-the-new-experience
However I agree it should be here natively.
- Nabajyoti BhattacharjeeCopper Contributor
I was looking to add to the page using proviosning engine.
I was wondering if we could apply this similar to inject responsiveness for master page.
thanks
- Vincent BIRETCopper Contributor
I know this is a super later reply, but Microsoft recently delivered that capability natively, you now have a bottom left corner link to return to the modern experience.