First published on TECHNET on May 30, 2013
Hello All,
In SharePoint 2013 the product group has worked really hard to change the way we consume SharePoint data, trying to make it easy to show relevant data.
One of the ways that this being done is the Search Web Parts, and one piece of that web part is the display Template. This template tells the web part two things and it does it’s work by creating an HTML page and a .js file.
- What properties to show.
- And how to display all data.
So you ask how does this work? How do I create my template? This functionality is nestled under the Design Manager which means the heavy lifting will be done for you.
You would want to open/create the HTML file using any HTML editor then make it look the way you want and then save the file. Once it is saved Design manager will take it and create the .js file that SharePoint will use within the webparts. You can find more detailed steps for editing the html file in these articles http://msdn.microsoft.com/en-us/library/jj945138.aspx , http://technet.microsoft.com/en-us/library/jj944947.aspx .
Updated Apr 28, 2020
Version 2.0Christopher Weaver
Microsoft
Joined August 14, 2017
Core Infrastructure and Security Blog
Follow this blog board to get notified when there's new activity