Home > CMS- Content Management System (Page 6)

Send Access-Request Email to Multiple Users in SharePoint 2013

Hello everyone, in this post, we will discuss on Sending Access-Request email to multiple accounts in SharePoint 2013. Access request feature allows users to request access to sites or an app or any resources within a site. Access requests feature is improved in SharePoint 2013. Now, Administrators can keep a track

This Article is TAGGED in , , , . Read more

How to Make SharePoint Site Navigation Responsive

Hello everyone, in this post we will discuss on How to make SharePoint Site Navigation responsive. We make SharePoint navigation in two different ways, either by using Managed metadata term set or via SharePoint Structural Navigation. In this post, I’ll show you how it’s done using SharePoint Structural Navigation. Note: For SharePoint structural navigation

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

Publish SharePoint Hosted Add-ins

Hello everyone, in this post we will discuss about way to publish SharePoint Hosted Add-ins. SharePoint Add-ins overview There are two basic kinds of SharePoint Add-ins — SharePoint-hosted and provider-hosted. When you've finished developing, deploying and testing SharePoint Add-in the final step is making that add-in available to your users or clients.

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

Resize Add-In Parts dynamically in SharePoint Add-Ins

Hello everyone, in this post we will discuss about how to resize Add-in App Part. If you are reading this post first time, I would recommend read following articles SharePoint Hosted Add-In as an App Part SharePoint Hosted custom App Part properties Above my listed article give complete information about App Part/Add In

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

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