Creating a dropdown menu in a SharePoint Online ribbon with JavaScript

Code Samples, SharePoint, SharePoint Apps
This article will explain how you can add a new Dropdown to the SharePoint Ribbon using JavaScript only. This script was developed and tested by adding the “.js” file containing all the bellow code to a content editor webpart...
Continue Reading

SharePoint Apps with a Forms-Based Authentication (FBA) enabled Web Application

SharePoint, SharePoint Apps, SharePoint Workflow
Recently I’ve been trying to enable Forms-Based Authentication (FBA) in an instance of SharePoint which also has some Apps (SharePoint Add-Ins) installed. The issue was that the calls issued from these apps – which use OAuth2 to authenticate their...
Continue Reading

Creating SharePoint ribbon elements in JavaScript

Code Samples, SharePoint, SharePoint Apps
When developing SharePoint 2013 hosted Apps, you might want to add a ribbon to your App pages. But, you’re limited on using javascript as no server-side scripting is allowed. This article explains how to add a new button to...
Continue Reading