Skip to content

Commit 1c4b5b5

Browse files
authored
Update include-a-custom-button-in-the-provider-hosted-add-in.md
1 parent 2a0e142 commit 1c4b5b5

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/sp-add-ins/include-a-custom-button-in-the-provider-hosted-add-in.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Include a custom button in the provider-hosted add-in
3-
ms.prod: SHAREPOINT
4-
ms.assetid: 58932389-0100-47ee-9d33-1b4321d3f462
5-
---
6-
71

82
# Include a custom button in the provider-hosted add-in
93
Learn how to include a custom ribbon button in a provider-hosted SharePoint Add-in.
@@ -75,7 +69,7 @@ The custom button is going to be on the ribbon of a specific list that records t
7569

7670
10. Click **new item** and on the create item form, enter a name, but do *not* check **Added to Corporate DB**. Then click **Save**. The list should look similar to the following:
7771

78-
![The Local Employees list with a single item. Name is Brayden Sawtell. The value of the "Added to Corporate DB" column is No.](images/a3371859-e42f-49ea-8f17-48d8a248b075.PNG)
72+
![The Local Employees list with a single item. Name is Brayden Sawtell. The value of the "Added to Corporate DB" column is No.](../../images/a3371859-e42f-49ea-8f17-48d8a248b075.PNG)
7973

8074

8175

@@ -273,7 +267,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
273267

274268
4. Leave the **Properties** field empty and save the file. The **Permission** tab should look similar to the following:
275269

276-
![The Permissions tab of the add-in manifest designer show the Scope to List and the Permission to be Read.](images/8dd2a25f-103a-42af-aa88-c8ec796315db.PNG)
270+
![The Permissions tab of the add-in manifest designer show the Scope to List and the Permission to be Read.](../../images/8dd2a25f-103a-42af-aa88-c8ec796315db.PNG)
277271

278272

279273

@@ -289,7 +283,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
289283

290284
1. Use the F5 key to deploy and run your add-in. Visual Studio hosts the remote web application in IIS Express and hosts the SQL database in a SQL Express. It also makes a temporary installation of the add-in on your test SharePoint site and immediately runs the add-in. You are prompted to grant permissions to the add-in before it's start page opens. This time the prompt has a drop down where you select the list that the app needs to read as seen in the following screenshot.
291285

292-
![The SharePoint add-in permission prompt with the list named Local Employees selected in a drop down that is labelled "Let it read items in the list""](images/84e8b42c-4800-4947-acbd-21c6f096f4ea.PNG)
286+
![The SharePoint add-in permission prompt with the list named Local Employees selected in a drop down that is labelled "Let it read items in the list""](../../images/84e8b42c-4800-4947-acbd-21c6f096f4ea.PNG)
293287

294288

295289

@@ -312,7 +306,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
312306

313307
7. Select an item on the list. The page and ribbon should look similar to the following:
314308

315-
![The Local Employees list. One item is highlighted. Above it is the ribbon and a button named "Add To Corporate DB" is in the Actions section.](images/797a5ceb-7291-4b62-8075-2bb6a1b8e8a1.PNG)
309+
![The Local Employees list. One item is highlighted. Above it is the ribbon and a button named "Add To Corporate DB" is in the Actions section.](../../images/797a5ceb-7291-4b62-8075-2bb6a1b8e8a1.PNG)
316310

317311

318312

@@ -329,7 +323,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
329323

330324
11. Click **Show Employees** and the list of employees will be populated with the employee that you added. It should look similar to the following:
331325

332-
![The corporate employees list on the add-in start page showing the same employee that was selected in the earlier step.](images/4a300a4e-f479-4f63-b536-6315c5d9ba4d.PNG)
326+
![The corporate employees list on the add-in start page showing the same employee that was selected in the earlier step.](../../images/4a300a4e-f479-4f63-b536-6315c5d9ba4d.PNG)
333327

334328

335329

0 commit comments

Comments
 (0)