A trick to show wide screen layout if you’re using sharepoint 2010

1. In IE, go to your list.
2. Save it as a favorite link.
3. Edit the favorite link properties to replace the url with the javascript code below and save it:
javascript:(function(){document.getElementById(‘maincontent’).style.width = ‘100%’;document.getElementById(‘s4-mytitlerow’).style.display = ‘none’;document.getElementById(‘s4-leftpanel’).style.display=’none’;document.getElementById(‘MSO_ContentTable’).className = ”;})()
4. Access your favorite link and you’ll see the wide screen view you want.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment