Tagged Questions
5
votes
1answer
87 views
Check if web is in pagepreview mode - ?pagepreview=true
How can I check if a page is in ?pagepreview=true mode?
I've branded the sharepoint ribbon and need to check if a page is in pagepreview to get the site branded correct (js / css). Is there a way to ...
0
votes
1answer
210 views
Simple jQuery to extend page body if Quick Launch has been toggled SP2010
Beginner. I have a link that expands a single page onclick with the following jQuery:
<script type="text/javascript">
var $j = jQuery.noConflict();
function toggleQuickLaunch() {
...
2
votes
2answers
370 views
Branding SharePoint 2010 CSS and Javascript - Training Courses?
I've been tasked with branding our new corporate website which will be on the SharePoint 2010 platform.
Is anyone aware of some good training courses in the UK that might be able to help on the CSS ...