Skip to content

Commit 93940e1

Browse files
authored
Updates to the method
1 parent 16342ae commit 93940e1

File tree

1 file changed

+4
-6
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation

1 file changed

+4
-6
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation/openWebResource.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: "openWebResource (Client API reference) in model-driven apps| MicrosoftDocs"
3-
ms.date: 10/31/2018
3+
ms.date: 12/20/2019
44
ms.service: powerapps
55
ms.topic: "reference"
6-
applies_to: "Dynamics 365 (online)"
7-
ms.assetid: 798dc921-1e80-42bc-b8ca-2056728bcba4
86
author: "KumarVivek"
97
ms.author: "kvivek"
10-
manager: "amyla"
8+
manager: "annbe"
119
search.audienceType:
1210
- developer
1311
search.app:
@@ -29,7 +27,7 @@ search.app:
2927
|Name |Type |Required |Description |
3028
|---|---|---|---|
3129
|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.|
3331
|data|String|No|Data to be passed into the data parameter.|
3432

3533
## Remarks
@@ -52,7 +50,7 @@ An HTML web resource can accept the parameter values described in [Pass paramete
5250
- Open an HTML web resource, setting the windowOptions:
5351

5452
```
55-
var windowOptions = { openInNewWindow: true, height: 400, width: 400 }
53+
var windowOptions = { height: 400, width: 400 }
5654
Xrm.Navigation.openWebResource("new_webResource.htm",windowOptions);
5755
```
5856

0 commit comments

Comments
 (0)