Home > CMS- Content Management System > Sharepoint (Page 6)

How to add and read SharePoint Hosted custom App Part properties

Hello everyone, in this post we will discuss about custom Add-in Part properties with how to add and read custom Add-in Part properties. If you are reading this post first, I would recommend to read SharePoint Hosted Add-ins as an App-Part first, that mentions what is an app part and how to create and

This Article is TAGGED in , , , , , , . Read more

What is Manifest file in SharePoint Add-In?

In the second post of this series I introduced What is the Host Web URL and App Web URL in SharePoint add-in. In this article we will discuss another important and required file, which called AppMainfest.xml. It is an XML file. Every SharePoint Add-In include AppMainfest file on his package. The Mainfest file

This Article is TAGGED in , , , . Read more

How to add SharePoint Hosted Add-In as an App Part

Hello everyone, in this post we will discuss about Add-in App Part, what is an app part and how to create and show SharePoint Hosted Add-ins as an App-Part. What is an App Part App Part is basically Client Web Part to present an add-in content to an end user. An App

This Article is TAGGED in , , , , , , . Read more

Chrome Control in SharePoint Hosted Add-In

In this post I would like to show you what exactly chrome control is and how you could create chrome control to branding your add-in with the host site. The chrome control in SharePoint enables you to use the header styling of a specific SharePoint site in your add-in without needing

This Article is TAGGED in , , , . Read more

How to Create a Basic Accordion SharePoint Hosted Add-in

In this article, we are going to make a Basic Accordion SharePoint Hosted Add-in, built with HTML, CSS and jQuery. These type of add-ins are mostly used in FAQ's where we have Question and Answers.  Before start on an Accordion I request to go through the other SharePoint Add-in articles in this

This Article is TAGGED in , , , , . Read more

Create list, Column Types, List Instance and List Views in SharePoint Hosted Add-in

In my previous post, "How to Create a Basic Accordion SharePoint Hosted Add-in," we focused on the basic Accordion App. In this article we will learn How to Create a Custom List, List Column, List View and List Instance. To perform all action we need to create a custom list in

This Article is TAGGED in , , , , , . Read more

What is the Host Web URL and App Web URL in SharePoint add-in?

In the first post of this series I introduced how to create a basic HelloWorld SharePoint Hosted Add-in. In this article we will discuss another important topic Host Web URL and App Web URL. Before start let understand What is the Host Web and App Web. Host Web: SharePoint site where our app will

This Article is TAGGED in , , . Read more

How to add Master page on SharePoint Hosted Add-Ins

In SharePoint Hosted Add-ins, it possible to change default master page. By default in SharePoint 2013 have default.master page which present in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\GLOBAL Steps to add master page in add-in Create SharePoint hosted add-in with name Hello World By default add-in solution contains Default.aspx page under Pages

This Article is TAGGED in , , . Read more

About add-in permissions in SharePoint Hosted Add-Ins

In this article we learn about add-in permissions in SharePoint Hosted Add-Ins, including types of add-in permissions, managing permissions and permission request scopes. SharePoint Hosted Add-in Permission Request Scope A SharePoint Add-in uses permission requests to specify the permissions that it needs to function correctly. Table 1. SharePoint add-in permission request scope URLs

This Article is TAGGED in , , , . Read more