Category: JavaScript
Get recent changes on SharePoint Taxonomy using JSOM
Author: Pieter-Bart van Splunter Published Date: 30 April 2018 Leave a Comment on Get recent changes on SharePoint Taxonomy using JSOM
If you are using the JavaScript Object Model (JSOM) for your SharePoint solution that involves taxonomy, and you need to know if there have been…
UTF-16/Unicode to byte array in JavaScript
Author: Pieter-Bart van Splunter Published Date: 14 June 2017 Leave a Comment on UTF-16/Unicode to byte array in JavaScript
Rushing to the solution (in case you need it now) The following JavaScript will build a Byte Array from a string. It should even handle…
SummaryLinkStore.js
If you want to create summary link data using JavaScript and found out that the required format is a bit complex, then I might be…
Pitfalls when editing the SharePoint Rich Text using JavaScript
Author: Pieter-Bart van Splunter Published Date: 7 May 2015 2 Comments on Pitfalls when editing the SharePoint Rich Text using JavaScript
In this post I wrote down some of the pitfalls I’ve noticed, regarding the SharePoint Rich Text Editor, when dynamically manipulating HTML. It is written…