Skip to content

Commit bc907c4

Browse files
committed
Updates based on inputs
1 parent a74526d commit bc907c4

File tree

1 file changed

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

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "navigateTo (Client API reference) in model-driven apps| MicrosoftDocs"
3-
ms.date: 10/23/2019
3+
ms.date: 11/04/2019
44
ms.service: powerapps
55
ms.topic: "reference"
66
author: "KumarVivek"
@@ -62,8 +62,12 @@ search.app:
6262
<td><p>Options for navigating to a page: whether to open inline or in a dialog. If you don't specify this parameter, page is opened inline by default. The object contains the following attributes:</p>
6363
<ul>
6464
<li><strong>target</strong>: Number. Specify <strong>1</strong> to open the page inline; <strong>2</strong> to open the page in a dialog. <br/><i>Entity lists</i> can only be opened inline; <i>web resources</i> can be opened either inline or in a dialog.</li>
65-
<li><strong>width</strong>: (Optional) Number. The width of dialog in pixel.</li>
66-
<li><strong>height</strong>: (Optional) Number. The width of dialog in pixel.</li>
65+
<li><strong>width</strong>: (Optional) Number or Object. The width of dialog. To specify the width in pixels, just type a numeric value. To specify the width in percentage, specify an object of type <b>SizeValue</b> with the following properties:
66+
<ul><li><b>value</b>: Number. The numerical value.</li>
67+
<li><b>unit</b>: String. The unit of measurement. Specify "%" or "px". Default value is "px".</li></ul></li>
68+
<li><strong>height</strong>: (Optional) Number or Object. The height of dialog. To specify the height in pixels, just type a numeric value. To specify the width in percentage, specify an object of type <b>SizeValue</b> with the following properties:
69+
<ul><li><b>value</b>: Number. The numerical value.</li>
70+
<li><b>unit</b>: String. The unit of measurement. Specify "%" or "px". Default value is "px".</li></ul></li>
6771
<li><strong>position</strong>: (Optional) Number. Specify <strong>1</strong> to open the dialog in center; <strong>2</strong> to open the dialog on the side. Default is 1 (center).</li>
6872
</ul></td>
6973
</tr>

0 commit comments

Comments
 (0)