Tag: Javascript

Using Fiddler to develop SharePoint 2013 Display Templates locally

One of the more powerful features of Fiddler is the ability to intercept a call to the server and replace the response with a response of its own. This becomes a very powerful tool especially when you have existing display templates that you wish to edit, without affecting the live service. This becomes especially handy …

Continue reading

ListView Web Part issues with JSLink and Display Templates – A solution?

Back at the start of August, I posted about the issues you might find using the JSLink Display Template when rendering multiple list instances on a page that all inherit from the Custom List Template. If you’re not sure what the issue is, Have a read of that post first, then come back here. The …

Continue reading

Preventing the context ribbon from appearing.

Selectively preventing the ‘inconvenient’ context ribbon. Quite often I use list views to display summary data to the end users. This data often takes many forms from either a simple single list item displaying information about a site (I use this quite often in project sites.), to a full featured kpi display from multiple list …

Continue reading

How to achieve a Mega Menu using out of the box navigation in SharePoint 2013 and jQuery.

I was looking at some requirements from a client for their new SharePoint 2013 Intranet, and one that caught my eye was desire to have Feature images on the top navigation. The requirement was to have a dynamic top navigation, controlled using the SharePoint out of the box navigation settings, but have the ability to …

Continue reading