Category: Cross-site Publishing

Define custom server side rendering for catalog items with XSLT

XSLT and SharePoint 2013, didn’t thought I was going to use it now that we have display templates. Almost everything can be done with display templates and JavaScript these days, but you need to be careful that you don’t build everything with JavaScript, because it could slow down the client experience.

Read more

Client side managed property value formatting for catalog item page layouts

In the last two blog posts, I covered how you could check which managed properties are available for the catalog item and I also explained a problem with DateTime values. In this post I’ll cover the topic on how you could format the values on the client side. The reason I created this post, is because there isn’t much information available around this topic.

Read more

Checking which Managed Properties are available for your Catalog Items

I’m currently working on my first project that makes use of Cross-Site Publishing functionality from SharePoint 2013. One of the aspects is to create a couple of page layouts to visualise the managed properties from the catalog items. When you configure a catalog connection for the first time on your site, the category and catalog item pages will automatically be created.

Read more
Back to top