Posted in JavaScript SharePoint

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…

Continue Reading... Get recent changes on SharePoint Taxonomy using JSOM
Posted in JavaScript JavaScript SharePoint

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…

Continue Reading... UTF-16/Unicode to byte array in JavaScript
Posted in JavaScript SharePoint Summary Link web part

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…

Continue Reading... SummaryLinkStore.js
Posted in JavaScript Rich Text Editor SharePoint

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…

Continue Reading... Pitfalls when editing the SharePoint Rich Text using JavaScript