Skip to content

Commit 250f856

Browse files
committed
Review
1 parent 37e86bb commit 250f856

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/dialog-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ url: /apidocs-mxsdk/apidocs/web-extensibility-api-11/dialog-api/
66

77
## Introduction
88

9-
This how-to describes how to open a modal dialog in Studio Pro from an extension. This dialog will contain your web content.
10-
It will also describe how to show a progress dialog which contains a sequence of steps and return a result for the whole process.
9+
This how-to describes how to open a modal dialog in Studio Pro from an extension, allowing you to display web content.
10+
11+
It also covers how to show a progress dialog that follows a sequence of steps and returns a result upon completion.
1112

1213
## Prerequisites
1314

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/menu-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ The menu has the following properties:
7979
* `hasSeparatorBefore` (default: `false`) – shows a visual separator before this menu item
8080
* `hasSeparatorAfter` (default: `false`) – shows a visual separator after this menu item
8181
* `enabled` (default: `true`) – indicates that this menu item notifies the listener when clicked
82-
* `commandId` (optional) - the id of the previously registered command which will execute when the menu is clicked
83-
* `action` (optional) - the action that will execute when the menu is clicked
82+
* `commandId` (optional) - the id of the previously registered command, which executes when the menu is clicked
83+
* `action` (optional) - the action that executes when the menu is clicked
8484

8585
{{< figure src="/attachments/apidocs-mxsdk/apidocs/extensibility-api/web/menus/grouped_menus.png" >}}
8686

@@ -205,7 +205,7 @@ For a full explanation on how to register commands, see the [Commands API](/apid
205205

206206
## Setting the Action Property on the Menu
207207

208-
It is also possible to set the `action` property on the menu directly.
208+
You can also set the `action` property on the menu directly.
209209

210210
```typescript
211211
import { IComponent, Menu, getStudioProApi } from "@mendix/extensions-api";

0 commit comments

Comments
 (0)