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: powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation/openWebResource.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
---
2
2
title: "openWebResource (Client API reference) in model-driven apps| MicrosoftDocs"
3
-
ms.date: 10/31/2018
3
+
ms.date: 12/20/2019
4
4
ms.service: powerapps
5
5
ms.topic: "reference"
6
-
applies_to: "Dynamics 365 (online)"
7
-
ms.assetid: 798dc921-1e80-42bc-b8ca-2056728bcba4
8
6
author: "KumarVivek"
9
7
ms.author: "kvivek"
10
-
manager: "amyla"
8
+
manager: "annbe"
11
9
search.audienceType:
12
10
- developer
13
11
search.app:
@@ -29,7 +27,7 @@ search.app:
29
27
|Name |Type |Required |Description |
30
28
|---|---|---|---|
31
29
|webResourceName|String|Yes|Name of the HTML web resource to open.|
32
-
|windowOptions|Object|No|Window options for opening the web resource. The object contains the following attributes:<br/>- **height**: (Optional) Number. Height of the window to open in pixels.<br/>- **openInNewWindow**: Boolean. Indicates whether to open the web resource in a new window.<br/>- **width**: (Optional) Number. Width of the window to open in pixels.|
30
+
|windowOptions|Object|No|Window options for opening the web resource. The object contains the following attributes:<br/>- **height**: (Optional) Number. Height of the window to open in pixels.<br/>- **width**: (Optional) Number. Width of the window to open in pixels.|
33
31
|data|String|No|Data to be passed into the data parameter.|
34
32
35
33
## Remarks
@@ -52,7 +50,7 @@ An HTML web resource can accept the parameter values described in [Pass paramete
52
50
- Open an HTML web resource, setting the windowOptions:
0 commit comments