Open Visual Studio
Create New Project
Choose a Project Template Name: SharePoint Add-In or Apps for
[More]
For doing this the code is little tricky...
Let's see this in Action:
First Open SharePoint Designer
[More]
Following CSOM code is for accessing the HostWeb resources from AppWeb:
//Get Folder Name and it's C
[More]
Write following code in your App.js file:
//Get Folder Name and it's Containing files(function () {
[More]
Write following code in your App.js file:
(function () { "use strict";
jQuery(function () { var call
[More]
Open New Project-> Choose SharePoint Add-In or App for SharePoint Template
Then provide Office 36
[More]