You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sp-add-ins/include-a-custom-button-in-the-provider-hosted-add-in.md
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff 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
-
7
1
8
2
# Include a custom button in the provider-hosted add-in
9
3
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
75
69
76
70
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:
77
71
78
-

72
+

79
73
80
74
81
75
@@ -273,7 +267,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
273
267
274
268
4. Leave the **Properties** field empty and save the file. The **Permission** tab should look similar to the following:
275
269
276
-

270
+

277
271
278
272
279
273
@@ -289,7 +283,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
289
283
290
284
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.
291
285
292
-

286
+

293
287
294
288
295
289
@@ -312,7 +306,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
312
306
313
307
7. Select an item on the list. The page and ribbon should look similar to the following:
314
308
315
-

309
+

316
310
317
311
318
312
@@ -329,7 +323,7 @@ As you have seen, SharePoint prompts you to grant the add-in permissions to the
329
323
330
324
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:
331
325
332
-

326
+

0 commit comments