[…] in SharePoint 2013, Microsoft have extended the SPField with a new proprety called JSLink which is a JavaScript Link property. There’s a JSLink property on the SPField class as well as a „JS Link“ property on for example List View Web Parts. If we specify this property and point to a custom JavaScript file we can have SharePoint render our fields in a certain way. We can also tell for example our List View Web Parts to point to a specific JavaScript file, so they’re also extended with the JS Link property.
Tag Archives: Javascript
How to: Complete basic operations using JavaScript library code in SharePoint 2013
How to: Complete basic operations using JavaScript library code in SharePoint 2013
Learn how to write code to perform basic operations using the JavaScript client object model in SharePoint 2013.
Javascript Territory – Jster Javascript Catalog
Javascript Territory – Jster Javascript Catalog
JSter is a community-driven catalog of the most useful javascript libraries. Find the right tool for a work and do it effectively.
Edit a SharePoint List in a Gridview Using jqGrid and Listdata.svc
Edit a SharePoint List in a Gridview Using jqGrid and Listdata.svc
This post shows how to use jsGrid to create an excel-like gridview for editing items in a SharePoint list. The grid rendered by jqGrid is similar to SharePoint’s Datasheet view, but it requires no ActiveX control.
Managing SharePoint Site User Memberships in Multiple Groups Using SPServices
Managing SharePoint Site User Memberships in Multiple Groups Using SPServices
How to quickly set up a web part that allows you to add/remove user accounts from groups.
jQuery – .SPServices – Google.OrgChart API Mashup
jQuery – .SPServices – Google.OrgChart API Mashup
How to use SPServices to implement a Google API-based orgchart with jQuery.
Creating your own Content Slider for SharePoint
Creating your own Content Slider for SharePoint
How to create a content slider based on an Announcements list that can be tweaked to fit other lists.
A jQuery Primer for SharePoint: Selectors, Attributes, and Traversing – Oh My! | SharePoint Magazine
A jQuery Primer for SharePoint: Selectors, Attributes, and Traversing – Oh My!
A look at selectors, attributes, and traversing with jQuery in a SharePoint context.
SPUtility.js
SPUtility.js is a JavaScript library used to make modifications to SharePoint’s list forms. Allows you to set or get field values, make fields read only, or hide a fields from view.
SharePoint 2010 Related List Pre-fill
SharePoint 2010 Related List Pre-fill
If you need to track relational information in SharePoint 2010, this solution is 80% likely to make your life easier with little effort. It makes adding a child items under a parent smoother for the end user.