Skip to main content

Posts Tagged ‘Display Templates’

Developing Rich UI Applications with Display Templates

As part of working on two SharePoint 2013 WCM projects I’ve had the opportunity to develop a lot of Display Templates. At first, Display Templates development sounded more painful than it should be, but as I spent more time I found a few techniques to easily build rich interfaces. In this post I’ll go over […]

SP2013 Search Display Templates Semi-Deep Dive

If you’ve stumbled around display templates in SharePoint 2013 Search, you’ve probably run into these following JavaScript do-dads: ctx.RenderBody(ctx)  -> (standard search results Display Template) ctx.RenderBody(ctx)   -> (hover panel Display Template) ctx.RenderFooter(ctx)  -> (hover panel Display Template) ctx.RenderHeader(ctx) –> (hover panel Display Template) You can find these methods on items such as Item_Default.html, Item_PDF.html, Item_Word.html, […]