Posts

Showing posts from October, 2017

Creating Edit and View Buttons in SharePoint 2013 List View using JS Links

Image
JS Links Intro in SharePoint 2013 Client-side rendering is a new concept in SharePoint 2013. It’s provides you with a mechanism that allow you to use your own output render for a set of controls that are hosted in a SharePoint page ( list views, display, add and Edit forms ). This mechanism enables you to use well-known technologies, such as HTML and JavaScript, to define the rendering logic of custom and predefined field types. JSLink files have the ability to quickly and easily change how a list views and forms are rendered. More specifically how the fields in that list should be displayed. Note:  I wrote those code samples to be easy to understand and to achieve learning purposes, because of that I avoided using complex code and controls. In the same time I tried to present real world examples as much as possible. Creating Edit and View Buttons in SharePoint 2013 List View First we want to create a list. For eg: I am creating the Employee as a custom List. Fist we want t