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
For a sample add-in that does this, see [Build Office Add-ins for Excel](https://github.com/OfficeDev/TrainingContent/tree/master/OfficeAddin/02%20Building%20Add-ins%20for%20Microsoft%20Excel). For more samples that use `displayDialogAsync`, see [Code samples](#code-samples).
61
+
For a sample add-in that does this, see [Excel Tutorial - Completed](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/tutorials/excel-tutorial). For more samples that use `displayDialogAsync`, see [Code samples](#code-samples).
62
62
63
63
Set both values to 100% to get what is effectively a full screen experience. The effective maximum is 99.5%, and the window is still moveable and resizable.
64
64
@@ -425,7 +425,8 @@ Even when you don't have your own close-dialog UI, an end user can close the dia
425
425
426
426
All of the following samples use `displayDialogAsync`. Some have NodeJS-based servers and others have ASP.NET/IIS-based servers, but the logic of using the method is the same regardless of how the server-side of the add-in is implemented.
427
427
428
-
-[Training Content / Building Add-ins](https://github.com/OfficeDev/TrainingContent/tree/master/OfficeAddin/02%20Building%20Add-ins%20for%20Microsoft%20Excel)
-[Office Add-in Microsoft Graph ASPNET](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-Microsoft-Graph-ASPNET)
430
431
-[Office Add-in Microsoft Graph React](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-Microsoft-Graph-React)
Copy file name to clipboardExpand all lines: docs/overview/learning-path-beginner.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Beginner's guide to Office Add-ins
3
3
description: A recommended path for beginners through the learning resources for Office Add-ins.
4
-
ms.date: 01/27/2025
4
+
ms.date: 06/25/2025
5
5
ms.topic: get-started
6
6
ms.custom: scenarios:getting-started
7
7
ms.localizationpriority: high
@@ -43,7 +43,7 @@ You can't learn to drive by reading the owner's manual, so start coding with thi
43
43
44
44
## Step 5: Understand the JavaScript library
45
45
46
-
For an overview of the Office JavaScript library, see this tutorial from Microsoft Learn training: [Understand the Office JavaScript APIs](/training/modules/understand-office-javascript-apis/index).
46
+
For an overview of the Office JavaScript library, see [Develop Office Add-ins](../develop/develop-overview.md).
47
47
48
48
Then return to Script Lab and use it like a playground: make your own code changes to the local copy of any samples you try and see how the results are affected.
Copy file name to clipboardExpand all lines: docs/overview/learning-path-transition.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: VSTO add-in developer's guide to Office Web Add-ins
3
3
description: A recommended path for experienced VSTO add-in developers to learning resources for Office Web Add-ins.
4
-
ms.date: 01/27/2025
4
+
ms.date: 06/25/2025
5
5
ms.topic: get-started
6
6
ms.custom: scenarios:getting-started
7
7
ms.localizationpriority: high
@@ -45,7 +45,7 @@ You can't learn to drive by reading the owner's manual, so start coding with thi
45
45
46
46
## Step 4: Understand the JavaScript library
47
47
48
-
Get the big picture of the Office JavaScript library with the [Understand the Office JavaScript APIs tutorial](/training/modules/intro-office-add-ins/3-apis) from Microsoft Learn training.
48
+
Get the big picture of the Office JavaScript library with the article [Develop Office Add-ins](../develop/develop-overview.md).
49
49
50
50
Then, explore the Office JavaScript APIs with the [Script Lab tool](explore-with-script-lab.md) -- a sandbox for running and exploring the APIs.
0 commit comments