Client Side Rendering in SharePoint,
- Display Templates
- JSLink.
Client Site Rendering
- -term for when the data is transformed using the client rather than the server.
- such as HTML and JavaScript.
- Allow us to style SharePoint elements using JavaScript, rather than having to write XSLT.
- change complete List Views, Fields, Search Results and more.
- This makes it a lot simpler and more intuitive, especially for web developers
JSLink
- like Client Side Rendering.
- property SharePoint objects, including Fields, Lists, Views, and Content Types.
- the JSLink property simply adds a JavaScript file to the page. Depending on the JavaScript,
- this could then do anything – either related to the object of which it was attached, or something completely irrelevant if desired.
No comments:
Post a Comment