Farewell XSL, Welcome Display Templates SPSNL

Elio Struyf
Elio StruyfOffice 365 MVP
Farewell XSL,
Welcome Display Templates
”I’m a SharePoint consultant
with a passion for branding
and development”
Elio Struyf
SharePoint Consultant
Xylos
Belgium
Contact
@eliostruyf
www.eliostruyf.com
info@estruyf.be
 The Past & Present
 What are Display Templates?
 What to do before we start
 Creating Display Templates
 Troubleshooting
 Tips & Tricks
The Past
SharePoint 2007 / 2010
Showing the latest documents
Libraries
CQWP
Farewell XSL, Welcome Display Templates SPSNL
Show the latest documents of
various site collections
CQWP
Site Collections
Search Core Results
Just again another day with XSL
Here & now
Office 365 / SharePoint 2013
HTML
Comment - JS
Office 365 – SharePoint 2013
CSWP  Enterprise Licence – Office 365 E3 & E4
Show the latest documents of
various site collections
Site Collections
Crawl
Search CSWP
Comparison
Content Query WP
• Site collection limitation
• XSLT
• Instant results
• Server Side Rendering
• Client Performance
• Minor / major versions
Content Search WP
• No site collection limitation
• Display Templates
• Requires a crawl
• Client Side Rendering
• Server Performance
• Only major versions
Query Builder
Let’s welcome display templates
What are Display Templates?
What does it do?
File extension Title + Path
Path
Document summary
Logical structure
Specifies which query
and templates will be
used.
Provides the overall layout how
you want to present the results.
Ex: list, list with paging, slideshow.
Defines how the item
itself needs to be
rendered.
Where are they used?
Before we start
What to do before we start?
Creation process
Creating a Display Template
The end result
Control Display Template
Control Template Recap
Item Display Template
Item Template Recap
Event Handling
Event Handling Recap
Troubleshooting
Getting to know the values
<xsl:template name=”Debug” match=”Row[@Style='Debug']” mode=”itemstyle”>
<xsl:for-each select=”@*”>
<xsl:value-of select=”name()” /><br />
xsl:value-of select=”.” /><br />
</xsl:for-each>
</xsl:template>
Diagnostic Template
Ultimate diagnostic display template
Ultimate diagnostic display template
Reference Mikael Svenson: http://elst.es/1oTLk4j
var folder = list.RootFolder;
var props = folder.Properties;
props["vti_indexedpropertykeys"] =
"UAB1AGIAbABpAHMAaABpAG4AZwBDAGEAdABhAGwAbwBnAFMAZQB0AHQAaQBuAGcAcwA
=|SQBzAFAAdQBiAGwAaQBzAGgAaQBuAGcAQwBhAHQAYQBsAG8AZwA=|";
props["IsPublishingCatalog"] = "True";
folder.Update();
BASE64: PublishingCatalogSettings|IsPublishingCatalog
SharePoint 2007
SharePoint 2010
Display Template Messages
Tips & Tricks
Only do your changes in the HTML files
 Doing changes in JavaScript could end up in
corrupt files
Tip 1
Do not modify OOTB display templates, create a
copy instead
 Remember the ItemStyle.xsl, we were all guilty
Tip 2
Searching where they are located?
 Do not make it hard, place them in your own
project folders.
Tip 3
If you’re writing lots of code
 Do it in a separated JavaScript file, that way you
can easier debug your solutions
Tip 4
Provisioning of display templates?
HTML
 Only publishing site
 Conversion takes time
 Needs extra coding
JS
 Quick and easy
 Leave the HTML in TFS
Tip 5
Check the values and types you retrieve
 This could save you debugging time
Tip 6
Dare to open the JS files to check syntax errors
 Because everything is written in HTML
comments, it’s hard to see syntax errors
Tip 7
Want to do DOM changes via JavaScript?
 Use the AddPostRenderCallback method
Tip 8
Keep in mind that it is CSR (client side rendering)
 Keep it clean
 Keep it fast
Tip 9
Learn to getting used to JavaScript
 Very easy to start experimenting
 Frameworks like jQuery could simplify the
process
Tip 10
#SPCSR
https://github.com/SPCSR
Questions?
Clean Search Results WP Display Templates - http://elst.es/1eClIBQ
Provisioning Display Templates - http://elst.es/1iGspnc -
http://elst.es/1hhpqBj
What is Required for Display Templates - http://elst.es/1fr8RoV
Showing Alternating Rows - http://elst.es/1gE7oIl
Replacing the OOTB Small Search Input Box - http://elst.es/1eGeJYy
Ultimate Diagnostic Display Template - http://elst.es/1fnOyZR
References
THANK YOU
1 of 53

Recommended

Content query web part – get it all in one place and style it! by
Content query web part – get it all in one place and style it!Content query web part – get it all in one place and style it!
Content query web part – get it all in one place and style it!Benjamin Niaulin
14.5K views35 slides
SoCal Code Camp 2011 - ASP.NET 4.5 by
SoCal Code Camp 2011 - ASP.NET 4.5SoCal Code Camp 2011 - ASP.NET 4.5
SoCal Code Camp 2011 - ASP.NET 4.5Jon Galloway
594 views14 slides
Treeshaking your CSS by
Treeshaking your CSSTreeshaking your CSS
Treeshaking your CSSJames Stone
288 views22 slides
A Power User's Intro to jQuery Awesomeness in SharePoint by
A Power User's Intro to jQuery Awesomeness in SharePointA Power User's Intro to jQuery Awesomeness in SharePoint
A Power User's Intro to jQuery Awesomeness in SharePointMark Rackley
1.1K views24 slides
A Power User's intro to jQuery awesomeness in SharePoint by
A Power User's intro to jQuery awesomeness in SharePointA Power User's intro to jQuery awesomeness in SharePoint
A Power User's intro to jQuery awesomeness in SharePointMark Rackley
939 views25 slides
HTML 5 Fundamental by
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 FundamentalLanh Le
969 views28 slides

More Related Content

What's hot

PHP Training Session 9 by
PHP Training Session 9PHP Training Session 9
PHP Training Session 9Vishal Kothari
408 views15 slides
Quick start guide to java script frameworks for sharepoint apps spsbe-2015 by
Quick start guide to java script frameworks for sharepoint apps spsbe-2015Quick start guide to java script frameworks for sharepoint apps spsbe-2015
Quick start guide to java script frameworks for sharepoint apps spsbe-2015Sonja Madsen
1.1K views30 slides
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint by
SPTechCon Boston 2015 - Utilizing jQuery in SharePointSPTechCon Boston 2015 - Utilizing jQuery in SharePoint
SPTechCon Boston 2015 - Utilizing jQuery in SharePointMark Rackley
1K views34 slides
Citizen Developers Intro to jQuery Customizations in SharePoint by
Citizen Developers Intro to jQuery Customizations in SharePointCitizen Developers Intro to jQuery Customizations in SharePoint
Citizen Developers Intro to jQuery Customizations in SharePointMark Rackley
438 views20 slides
SharePoint 2014: Where to save my data, for devs! by
SharePoint 2014: Where to save my data, for devs!SharePoint 2014: Where to save my data, for devs!
SharePoint 2014: Where to save my data, for devs!Ben Steinhauser
1.7K views25 slides
SharePoint & jQuery Guide - SPSNashville 2014 by
SharePoint & jQuery Guide - SPSNashville 2014SharePoint & jQuery Guide - SPSNashville 2014
SharePoint & jQuery Guide - SPSNashville 2014Mark Rackley
953 views39 slides

What's hot(19)

Quick start guide to java script frameworks for sharepoint apps spsbe-2015 by Sonja Madsen
Quick start guide to java script frameworks for sharepoint apps spsbe-2015Quick start guide to java script frameworks for sharepoint apps spsbe-2015
Quick start guide to java script frameworks for sharepoint apps spsbe-2015
Sonja Madsen1.1K views
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint by Mark Rackley
SPTechCon Boston 2015 - Utilizing jQuery in SharePointSPTechCon Boston 2015 - Utilizing jQuery in SharePoint
SPTechCon Boston 2015 - Utilizing jQuery in SharePoint
Mark Rackley1K views
Citizen Developers Intro to jQuery Customizations in SharePoint by Mark Rackley
Citizen Developers Intro to jQuery Customizations in SharePointCitizen Developers Intro to jQuery Customizations in SharePoint
Citizen Developers Intro to jQuery Customizations in SharePoint
Mark Rackley438 views
SharePoint 2014: Where to save my data, for devs! by Ben Steinhauser
SharePoint 2014: Where to save my data, for devs!SharePoint 2014: Where to save my data, for devs!
SharePoint 2014: Where to save my data, for devs!
Ben Steinhauser1.7K views
SharePoint & jQuery Guide - SPSNashville 2014 by Mark Rackley
SharePoint & jQuery Guide - SPSNashville 2014SharePoint & jQuery Guide - SPSNashville 2014
SharePoint & jQuery Guide - SPSNashville 2014
Mark Rackley953 views
Search as main navigation by punkt.de GmbH
Search as main navigationSearch as main navigation
Search as main navigation
punkt.de GmbH2.2K views
Html5で変わるいろんなこと by Masakazu Muraoka
Html5で変わるいろんなことHtml5で変わるいろんなこと
Html5で変わるいろんなこと
Masakazu Muraoka1.2K views
Deploying a static website on Azure for $5 / month by Tim Hermie ☁️
Deploying a static website on Azure for $5 / monthDeploying a static website on Azure for $5 / month
Deploying a static website on Azure for $5 / month
OneDrive, TwoDrive, Whiterive, BlueDrive (hahaha) by SPC Adriatics
OneDrive, TwoDrive, Whiterive, BlueDrive (hahaha)OneDrive, TwoDrive, Whiterive, BlueDrive (hahaha)
OneDrive, TwoDrive, Whiterive, BlueDrive (hahaha)
SPC Adriatics681 views
Tips & Tricks SQL in the City Seattle 2014 by Ike Ellis
Tips & Tricks SQL in the City Seattle 2014Tips & Tricks SQL in the City Seattle 2014
Tips & Tricks SQL in the City Seattle 2014
Ike Ellis1.1K views
SPTechCon DevDays - SharePoint & jQuery by Mark Rackley
SPTechCon DevDays - SharePoint & jQuerySPTechCon DevDays - SharePoint & jQuery
SPTechCon DevDays - SharePoint & jQuery
Mark Rackley1.1K views
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer... by Waldek Mastykarz
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...
Waldek Mastykarz1.4K views

Viewers also liked

Farewell XSL, Welcome Display Templates by
Farewell XSL, Welcome Display TemplatesFarewell XSL, Welcome Display Templates
Farewell XSL, Welcome Display TemplatesElio Struyf
2.1K views42 slides
SPSBE - Improving your SharePoint search experience by
SPSBE - Improving your SharePoint search experienceSPSBE - Improving your SharePoint search experience
SPSBE - Improving your SharePoint search experienceElio Struyf
939 views52 slides
Farewell speech by
Farewell speechFarewell speech
Farewell speechruquia shah
61.8K views1 slide
Greetings, farewells and other expressions by
Greetings, farewells and other expressionsGreetings, farewells and other expressions
Greetings, farewells and other expressionsPilar Ortuño
49.8K views11 slides
FAREWELL by
FAREWELLFAREWELL
FAREWELLOH TEIK BIN
50.4K views20 slides
Anhoring Script For Annual Function by
Anhoring Script For Annual FunctionAnhoring Script For Annual Function
Anhoring Script For Annual FunctionAnushkaSahu
1.1M views14 slides

Viewers also liked(6)

Farewell XSL, Welcome Display Templates by Elio Struyf
Farewell XSL, Welcome Display TemplatesFarewell XSL, Welcome Display Templates
Farewell XSL, Welcome Display Templates
Elio Struyf2.1K views
SPSBE - Improving your SharePoint search experience by Elio Struyf
SPSBE - Improving your SharePoint search experienceSPSBE - Improving your SharePoint search experience
SPSBE - Improving your SharePoint search experience
Elio Struyf939 views
Farewell speech by ruquia shah
Farewell speechFarewell speech
Farewell speech
ruquia shah61.8K views
Greetings, farewells and other expressions by Pilar Ortuño
Greetings, farewells and other expressionsGreetings, farewells and other expressions
Greetings, farewells and other expressions
Pilar Ortuño49.8K views
Anhoring Script For Annual Function by AnushkaSahu
Anhoring Script For Annual FunctionAnhoring Script For Annual Function
Anhoring Script For Annual Function
AnushkaSahu1.1M views

Similar to Farewell XSL, Welcome Display Templates SPSNL

Image Slider with SharePoint 2013 Search Results Web Part by
Image Slider with SharePoint 2013 Search Results Web PartImage Slider with SharePoint 2013 Search Results Web Part
Image Slider with SharePoint 2013 Search Results Web PartGSoft
10.4K views37 slides
A Beginner's Guide to Client Side Development with Javascript by
A Beginner's Guide to Client Side Development with JavascriptA Beginner's Guide to Client Side Development with Javascript
A Beginner's Guide to Client Side Development with JavascriptSharePoint Saturday New Jersey
1.3K views48 slides
Design Manager 2013 by
Design Manager 2013  Design Manager 2013
Design Manager 2013 GSoft
2.2K views30 slides
Feature folders by
Feature foldersFeature folders
Feature foldersAnthony_Steele_
1.7K views14 slides
Spsbe using js-linkanddisplaytemplates by
Spsbe   using js-linkanddisplaytemplatesSpsbe   using js-linkanddisplaytemplates
Spsbe using js-linkanddisplaytemplatesPaul Hunt
690 views56 slides
SUGUK Cambridge - Display Templates & JSLink for IT Pros by
SUGUK Cambridge - Display Templates & JSLink for IT ProsSUGUK Cambridge - Display Templates & JSLink for IT Pros
SUGUK Cambridge - Display Templates & JSLink for IT ProsPaul Hunt
847 views59 slides

Similar to Farewell XSL, Welcome Display Templates SPSNL(20)

Image Slider with SharePoint 2013 Search Results Web Part by GSoft
Image Slider with SharePoint 2013 Search Results Web PartImage Slider with SharePoint 2013 Search Results Web Part
Image Slider with SharePoint 2013 Search Results Web Part
GSoft10.4K views
Design Manager 2013 by GSoft
Design Manager 2013  Design Manager 2013
Design Manager 2013
GSoft2.2K views
Spsbe using js-linkanddisplaytemplates by Paul Hunt
Spsbe   using js-linkanddisplaytemplatesSpsbe   using js-linkanddisplaytemplates
Spsbe using js-linkanddisplaytemplates
Paul Hunt690 views
SUGUK Cambridge - Display Templates & JSLink for IT Pros by Paul Hunt
SUGUK Cambridge - Display Templates & JSLink for IT ProsSUGUK Cambridge - Display Templates & JSLink for IT Pros
SUGUK Cambridge - Display Templates & JSLink for IT Pros
Paul Hunt847 views
SharePoint Saturday Belgium 2014 - Using JSLink and Display Templates with th... by BIWUG
SharePoint Saturday Belgium 2014 - Using JSLink and Display Templates with th...SharePoint Saturday Belgium 2014 - Using JSLink and Display Templates with th...
SharePoint Saturday Belgium 2014 - Using JSLink and Display Templates with th...
BIWUG682 views
#SPSLondon - Session 2 JSLink for IT Pros by Paul Hunt
#SPSLondon - Session 2 JSLink for IT Pros#SPSLondon - Session 2 JSLink for IT Pros
#SPSLondon - Session 2 JSLink for IT Pros
Paul Hunt1.1K views
JSLink for ITPros - SharePoint Saturday Jersey by Paul Hunt
JSLink for ITPros - SharePoint Saturday JerseyJSLink for ITPros - SharePoint Saturday Jersey
JSLink for ITPros - SharePoint Saturday Jersey
Paul Hunt949 views
SPSSTHLM - Using JSLink and Display Templates for ITPros by Paul Hunt
SPSSTHLM - Using JSLink and Display Templates for ITProsSPSSTHLM - Using JSLink and Display Templates for ITPros
SPSSTHLM - Using JSLink and Display Templates for ITPros
Paul Hunt3K views
SharePoint 2013 Web Content Management for Developers TSPUG by Ed Musters
SharePoint 2013 Web Content Management for Developers TSPUGSharePoint 2013 Web Content Management for Developers TSPUG
SharePoint 2013 Web Content Management for Developers TSPUG
Ed Musters995 views
SharePoint 2013 Web Content Management for Developers HSPUG by Ed Musters
SharePoint 2013 Web Content Management for Developers HSPUGSharePoint 2013 Web Content Management for Developers HSPUG
SharePoint 2013 Web Content Management for Developers HSPUG
Ed Musters1.1K views
What's new in SharePoint 2013 - Discover it by Benjamin Niaulin
What's new in SharePoint 2013 - Discover itWhat's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover it
Benjamin Niaulin2K views
Integrating Alfresco with SharePoint & Drupal Using CMIS by Benjamin Chevallereau
Integrating Alfresco with SharePoint & Drupal Using CMISIntegrating Alfresco with SharePoint & Drupal Using CMIS
Integrating Alfresco with SharePoint & Drupal Using CMIS
Product Catalog and IT Service Management by Drew Madelung
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service Management
Drew Madelung1.8K views
Using js link and display templates by Paul Hunt
Using js link and display templatesUsing js link and display templates
Using js link and display templates
Paul Hunt4.4K views
Custom SharePoint 2010 solutions without server access by Phil Wicklund
Custom SharePoint 2010 solutions without server accessCustom SharePoint 2010 solutions without server access
Custom SharePoint 2010 solutions without server access
Phil Wicklund1.3K views
SPSDenver - SharePoint & jQuery - What I wish I would have known by Mark Rackley
SPSDenver - SharePoint & jQuery - What I wish I would have knownSPSDenver - SharePoint & jQuery - What I wish I would have known
SPSDenver - SharePoint & jQuery - What I wish I would have known
Mark Rackley1.4K views

Recently uploaded

handbook for web 3 adoption.pdf by
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdfLiveplex
19 views16 slides
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze by
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng TszeDigital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng TszeNUS-ISS
19 views47 slides
DALI Basics Course 2023 by
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023Ivory Egg
14 views12 slides
STPI OctaNE CoE Brochure.pdf by
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdfmadhurjyapb
12 views1 slide
Top 10 Strategic Technologies in 2024: AI and Automation by
Top 10 Strategic Technologies in 2024: AI and AutomationTop 10 Strategic Technologies in 2024: AI and Automation
Top 10 Strategic Technologies in 2024: AI and AutomationAutomationEdge Technologies
14 views14 slides
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...NUS-ISS
28 views70 slides

Recently uploaded(20)

handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex19 views
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze by NUS-ISS
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng TszeDigital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze
NUS-ISS19 views
DALI Basics Course 2023 by Ivory Egg
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023
Ivory Egg14 views
STPI OctaNE CoE Brochure.pdf by madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb12 views
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by NUS-ISS
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
NUS-ISS28 views
AMAZON PRODUCT RESEARCH.pdf by JerikkLaureta
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdf
JerikkLaureta15 views
Transcript: The Details of Description Techniques tips and tangents on altern... by BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada130 views
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab15 views
Future of Learning - Yap Aye Wee.pdf by NUS-ISS
Future of Learning - Yap Aye Wee.pdfFuture of Learning - Yap Aye Wee.pdf
Future of Learning - Yap Aye Wee.pdf
NUS-ISS41 views
Five Things You SHOULD Know About Postman by Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman27 views
The details of description: Techniques, tips, and tangents on alternative tex... by BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada121 views
Special_edition_innovator_2023.pdf by WillDavies22
Special_edition_innovator_2023.pdfSpecial_edition_innovator_2023.pdf
Special_edition_innovator_2023.pdf
WillDavies2216 views
The Importance of Cybersecurity for Digital Transformation by NUS-ISS
The Importance of Cybersecurity for Digital TransformationThe Importance of Cybersecurity for Digital Transformation
The Importance of Cybersecurity for Digital Transformation
NUS-ISS27 views
RADIUS-Omnichannel Interaction System by RADIUS
RADIUS-Omnichannel Interaction SystemRADIUS-Omnichannel Interaction System
RADIUS-Omnichannel Interaction System
RADIUS15 views
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu... by NUS-ISS
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...
NUS-ISS37 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software225 views

Farewell XSL, Welcome Display Templates SPSNL