Skip to content

Commit af3c442

Browse files
committed
edits to wording
1 parent 307a472 commit af3c442

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "openAlertDialog (Client API reference) in model-driven apps| MicrosoftDo
33
description: Includes description and supported parameters for the openAlertDialog method.
44
author: HemantGaur
55
ms.author: hemantg
6-
ms.date: 03/12/2022
6+
ms.date: 09/18/2023
77
ms.reviewer: jdaly
88
ms.topic: reference
99
search.audienceType:
@@ -23,13 +23,15 @@ contributors:
2323

2424
## Parameters
2525

26-
> [!Note]
27-
> With the [new look](../../../../../user/modern-fluent-design.md) enabled you can now let dialog's height auto resize. You can achieve this by not passing in a height value in the dialog options object.
26+
> [!NOTE]
27+
> With the *[new look](../../../../../user/modern-fluent-design.md)* enabled, dialog height will resize automatically if you don't set the **height** value of the dialog options.
28+
29+
you can now let dialog's height auto resize. You can achieve this by not passing in a height value in the dialog options object.
2830

2931
|Name |Type |Required |Description |
3032
|---|---|---|---|
3133
|alertStrings|Object|Yes|The strings to be used in the alert dialog. The object contains the following values:<br/>- **confirmButtonLabel**: (Optional) String. The confirm button label. If you do not specify the button label, **OK** is used as the button label.<br/>- **text**: String. The message to be displayed in the alert dialog.<br/>- **title**: (Optional) String. The title of the alert dialog.|
32-
|alertOptions|Object|No|The height and width options for alert dialog. The object contains the following values:<br/>- **height**: (Optional) Number. Height of the alert dialog in pixels.<br/>- **width**: (Optional) Number. Width of the alert dialog pixels.<br><br> With [new look](../../../../../user/modern-fluent-design.md) enabled, height of the dialog with auto resize based on its content if no height is provided. |
34+
|alertOptions|Object|No|The height and width options for alert dialog. The object contains the following values:<br/>- **height**: (Optional) Number. Height of the alert dialog in pixels.<br/>- **width**: (Optional) Number. Width of the alert dialog pixels.<br><br> With the *[new look](../../../../../user/modern-fluent-design.md)* enabled, dialog height will resize automatically if you don't set the **height** value of the dialog options.|
3335
|successCallback|function|No|A function to execute when the alert dialog is closed by either clicking the confirm button or canceled by pressing ESC.|
3436
|errorCallback|function|No|A function to execute when the operation fails.|
3537

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "openConfirmDialog (Client API reference) in model-driven apps| Microsoft
33
description: Includes description and supported parameters for the openConfirmDialog method.
44
author: HemantGaur
55
ms.author: hemantg
6-
ms.date: 03/12/2022
6+
ms.date: 09/18/2023
77
ms.reviewer: jdaly
88
ms.topic: reference
99
applies_to: "Dynamics 365 (online)"
@@ -23,13 +23,16 @@ contributors:
2323
`Xrm.Navigation.openConfirmDialog(confirmStrings,confirmOptions).then(successCallback,errorCallback);`
2424

2525
## Parameters
26-
> [!Note]
27-
> With the [new look](../../../../../user/modern-fluent-design.md) enabled you can now let dialog's height auto resize. You can achieve this by not passing in a height value in the dialog options object.
26+
27+
> [!NOTE]
28+
> With the *[new look](../../../../../user/modern-fluent-design.md)* enabled, dialog height will resize automatically if you don't set the **height** value of the dialog options.
29+
30+
2831

2932
|Name |Type |Required |Description |
3033
|---|---|---|---|
3134
|confirmStrings|Object|Yes|The strings to be used in the confirmation dialog. The object contains the following values:<br/>- **cancelButtonLabel**: (Optional) String. The cancel button label. If you do not specify the cancel button label, **Cancel** is used as the button label.<br/>- **confirmButtonLabel**: (Optional) String. The confirm button label. If you do not specify the confirm button label, **OK** is used as the button label.<br/>- **subtitle**: (Optional) String. The subtitle to be displayed in the confirmation dialog.<br/>- **text**: String. The message to be displayed in the confirmation dialog.<br/>- **title**: (Optional) String. The title to be displayed in the confirmation dialog.|
32-
|confirmOptions|Object|No|The height and width options for confirmation dialog. The object contains the following values:<br/>- **height**: (Optional) Number. Height of the confirmation dialog in pixels.<br/>- **width**: (Optional) Number. Width of the confirmation dialog in pixels. <br><br> With [new look](../../../../../user/modern-fluent-design.md) enabled, height of the dialog with auto resize based on its content if no height is provided.|
35+
|confirmOptions|Object|No|The height and width options for confirmation dialog. The object contains the following values:<br/>- **height**: (Optional) Number. Height of the confirmation dialog in pixels.<br/>- **width**: (Optional) Number. Width of the confirmation dialog in pixels. <br><br>With the *[new look](../../../../../user/modern-fluent-design.md)* enabled, dialog height will resize automatically if you don't set the **height** value of the dialog options.|
3336
|successCallback|function|No|A function to execute when the confirmation dialog is closed by clicking the confirm, cancel, or **X** in the top-right corner of the dialog. An object with the **confirmed** (Boolean) attribute is passed that indicates whether the confirm button was clicked to close the dialog.|
3437
|errorCallback|function|No|A function to execute when the operation fails.|
3538

powerapps-docs/user/modern-fluent-design.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Modern, refreshed look for model-driven apps
33
description: Learn about the updated, user interface that makes model-driven apps easier to use.
44
author: chmoncay
55
ms.topic: overview
6-
ms.date: 08/22/2023
6+
ms.date: 09/18/2023
77
ms.service: powerapps
88
ms.subservice: end-user
99
ms.author: chmoncay
@@ -21,13 +21,13 @@ contributors:
2121

2222
Model-driven apps have a modern, refreshed look when the **Try the new look** feature has been [turned on by end users](modern-fluent-design.md#turn-on-the-new-look). This new look provides updated styling including fonts, colors, borders, shadows, and more that align to the latest [Microsoft Fluent design system](https://react.fluentui.dev/?path=/docs/concepts-introduction--page). The updated look makes model-driven apps easier to use so that users can accomplish their goals quickly and efficiently. This feature is transitioning from preview to general availability. Learn more about this process in [Preview to general availability rollout](modern-fluent-design.md#preview-to-general-availability-rollout).
2323

24-
The Fluent design system provides consistency, quality, and Microsoft-wide platform coherence. It also provides a solid foundation for extensibility and allows support for dark mode in the future.
24+
The Fluent design system provides consistency, quality, and Microsoft-wide platform coherence. It also provides a solid foundation for extensibility and allows support for dark mode in the future.
2525

26-
## Whats included with the new look
26+
## What's included with the new look
2727
Here's what you can expect in the modern, refreshed experience:
2828

2929
- Updated styling in form, view, and dashboard pages, which includes the use of drop shadows and brighter background colors to create an elevated or _floating_ appearance. The floating appearance helps to visually separate sections and focuses attention on primary content.
30-
- New Fluent-based controls in forms, business process flows, and dialogs. Dialogs can now auto resize its height based on its content.
30+
- New Fluent-based controls in forms, business process flows, and dialogs. Dialogs now resize height automatically based on the content.
3131
- A new Power Apps grid in place of the read-only grid in view and standard, dashboard pages.
3232
- An end user setting called **Try the new look** that enables the modern, refreshed experience.
3333

@@ -39,7 +39,7 @@ The _floating_ command bar aligns with the Microsoft 365 experience, with consis
3939
:::image type="content" source="media/modern-command-bar.png" alt-text="Floating command bar":::
4040

4141
### View pages
42-
View pages use the new command bar and have updated grid areas that take advantage of the elevation changes to help draw the users attention.
42+
View pages use the new command bar and have updated grid areas that take advantage of the elevation changes to help draw the user's attention.
4343

4444
The biggest change on view pages is the switch from the read-only grid to the [Power Apps grid control (preview)](../maker/model-driven-apps/the-power-apps-grid-control.md), which features infinite scrolling for a modern, data browsing experience. This grid also appears in subgrids and associated grids in main forms, but isn't yet supported in dashboards. The Power Apps grid control also supports inline editing using the **Enable filtering** property. Makers may manually configure their editable grids to use the Power Apps grid control.
4545

0 commit comments

Comments
 (0)