Skip to content

Commit 2bdd136

Browse files
authored
Update office-web-widgetsexperimental-overview.md
1 parent 1e7abc8 commit 2bdd136

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/sp-add-ins/office-web-widgetsexperimental-overview.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
title: Office Web Widgets - Experimental overview
3-
ms.prod: SHAREPOINT
4-
ms.assetid: 6ce01956-6bda-45bf-9b4a-cffc0687a913
5-
---
6-
7-
81

92
# Office Web Widgets - Experimental overview
103
Learn about the Office Web Widgets - Experimental that you can use in Office Add-ins, SharePoint Add-ins, and websites.
@@ -43,7 +36,7 @@ Client controls, such as the Office Web Widgets - Experimental, can greatly redu
4336

4437

4538

46-
![Office Web Widgets - Experimental demo](images/OfficeWebWidgetsOverview_demo.png)
39+
![Office Web Widgets - Experimental demo](../../images/OfficeWebWidgetsOverview_demo.png)
4740

4841
You can use the widgets by installing the **Office Web Widgets - Experimental** NuGet package from Visual Studio For more information, see [Managing NuGet Packages Using the Dialog](http://docs.nuget.org/docs/start-here/managing-nuget-packages-using-the-dialog). You can also browse the [NuGet gallery page](http://www.nuget.org/packages/Microsoft.Office.WebWidgets.Experimental/).
4942

@@ -64,7 +57,7 @@ You can use the experimental People Picker widget in add-ins to help your users
6457

6558

6659

67-
![People Picker experimental control on a page](images/PeoplePicker_basic.png)
60+
![People Picker experimental control on a page](../../images/PeoplePicker_basic.png)
6861

6962
You can declare the widget in the HTML markup or programmatically using JavaScript. In either case, you use a **div** element as a placeholder for the widget. You can also set properties and event handlers for the People Picker widget. The following table shows the available properties and events in the People Picker widget.
7063

@@ -107,7 +100,7 @@ Your users can benefit from the List View widget and display the data in a list
107100

108101

109102

110-
![Desktop List View experimental control on a page](images/DesktopListView_basic.png)
103+
![Desktop List View experimental control on a page](../../images/DesktopListView_basic.png)
111104

112105
You can specify an existing view on the list, the widget renders the fields in the order that they appear in the view.
113106

0 commit comments

Comments
 (0)