Question

Has there been any sort of documentation or anything like that released for SharePoint 2013 Client-Side Rendering/JS Link?

Anthing unofficial? Any dates for when documentation might be released?

Was it helpful?

Solution 6

http://msdn.microsoft.com/en-us/library/jj246996(v=office.15).aspx

I think I found the answer, I've posted it here for anyone else looking at the same issue.

OTHER TIPS

Some resources about Client Side Rendering

Update

Andrey Markeev also posted a series of articles about CSR, highly recommended:

7 Code samples that cover Client-Side Rendering/JS Link usage scenarios: http://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a

Here is a complete Tutorial on JS Link with few examples that you can use -

http://www.learningsharepoint.com/2013/04/13/sharepoint-2013-js-link-tutorial/

Not sure how much does it respond to your need for documentation, I've got an article written a while back with code sources for download. You could do quite a lot just be using that http://nettitude.wordpress.com/2013/01/27/creating-a-carousel-in-a-sharepoint-app-using-client-side-rendering/

Here are the resources that I have found most useful:

I should also add that I got a bit confused originally with the difference between CSR/JSLink and using the Javascript Object Model (JSOM). They both use javascript but are different in terms of how they work and what they achieve. Those links above are for CSR not the JSOM.

Here is a complete Tutorial on JS Link with example that you can use -

http://www.rbradbrook.co.uk/blog/2013/04/14/introduction-to-client-side-rendering-in-sharepoint-2013/

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top