Home > Ranjit Pokale (Page 4)

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

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 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

CSS selectors

In CSS, Selectors play main role to selecting a particular content. CSS selectors are very brief topic but for simplicity we categorize it in following easy way Universal Selectors Element type ID selectors Class selectors Descendant selectors Child selectors Sibling selectors Adjacent sibling selectors Attribute selectors Pseudo class Pseudo element Universal Selectors Universal selectors are like a wild card, it select all html

Read more

How to Customize List View Web part using custom XSLT in SharePoint 2013

How to Customize List View Web part using custom XSLT in SharePoint 2013

Hello everyone, today we will discuss about basic understanding of XSLT and how to customize list view by custom XSLT in SharePoint 2013. XSLT basics XSLT stands for XSL transformation. XSLT allows you to transform structured data (xml) with style sheet (xsl). Here xsl (eXtensible Stylesheet Language) is Language for styling a xml

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

Custom validation on default list form in SharePoint 2013

In SharePoint, there is requirement where we need to apply custom validation based on certain condition on specific column value. Validation may include show hide field, make required field, show error massage on blank form submission etc. In this article I will explain a scenario involving such validations and some functions for

This Article is TAGGED in , , , . Read more

Customized Color Code Calendars in SharePoint 2013

Hello everyone, today we will discuss about SharePoint Calendar. In SharePoint 2013, You can use a calendar to store team events, including meetings, social events, Work hours, Business, Holiday, Get-together and all-day events. You can also track team activity task according event. SharePoint calendar is much flexible to customize it also make colorized

This Article is TAGGED in , , , . Read more