Tag: JavaScript
SharePoint JavaScript Resources and Localization
Great article from Wictor Wilén regarding that topic: Announcing new Visual Studio 2012 tool for JavaScript Localization in SharePoint 2013 Short sample code:
SharePoint JSLink Display Templates
Links Using the JSLink property to change the way your field or views are rendered in SharePoint 2013 JSLink: you’ve got the whole SharePoint in your hands JSLink and Display Templates Series by Martin Hatch JSLink und MDS 1 JSLink und MDS 2 Client-side rendering (JS Link) code samples SharePoint list conditional formatting with JSLink Read more about SharePoint JSLink Display Templates[…]
SharePoint SOD – Script-On-Demand
Das SharePoint Script-On-Demand Modell ermöglicht das asynchrone Bereitstellen und Laden von JavaScript-Inhalten. Insbesondere im SharePoint JavaScript Object Model werden diese Funktionen äußerst häufig verwendet. Obwohl diese Funktionen einen Kernbestandteil vom Ökosystem des JavaScript-Frameworks in SharePoint darstellen, sind diese (noch) recht dürftig Dokumentiert. Verwendung Hauptbestandteil ist die SP.SOD Klasse. Diese befindet sich in der init.js. SP.SOD.registerSod Read more about SharePoint SOD – Script-On-Demand[…]