Skip to content

Commit b28f16f

Browse files
committed
Review
1 parent 093c115 commit b28f16f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This how-to describes how to create menus using the web extensibility API. In th
1515
## Prerequisites
1616

1717
* This how-to uses the results of [Get Started with the Web Extensibility API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/getting-started/). Make sure to complete that how-to before starting this one.
18-
* Read up on how menus work in the Extensibility API [here](/apidocs-mxsdk/apidocs/web-extensibility-api-11/menu/)
18+
* Review [how menus work](/apidocs-mxsdk/apidocs/web-extensibility-api-11/menu/) in the Web Extensibility API.
1919

2020

2121
## Creating a Simple Menu

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ This how-to describes how to show a message box to a user. In this example, you
1313
Before starting this how-to, make sure you have completed the following prerequisites:
1414

1515
* This how-to uses the results of [Get Started with the Web Extensibility API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/getting-started/). Complete that how-to before starting this one.
16-
* Make sure you are familiar with creating menus as described in [Create a Menu Using Web API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/menu-api/)
16+
* Make sure you are familiar with creating menus as described in [Create a Menu Using Web API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/menu-api/).
1717

1818
## Showing a Message Box
1919

20-
Create menus that will display a dialog with text, one for each type. This is done in the `loaded` method of your main entry point (`src/main/index.ts`).
20+
Create menus that will display a dialog with text (one for each type). This is done in the `loaded` method of your main entry point (`src/main/index.ts`).
21+
2122
The message has the format `messageBoxApi.show(<message-type>, <message>, <message-details>)`, where:
2223

2324
* `<message-type>` is the type of message, indicated in the pane title and indicated by an icon. Values are "information" {{% icon name="info-circle" color="blue" %}}, "warning" {{% icon name="alert-triangle" color="yellow" %}}, and "error" {{% icon name="remove-circle" color="red" %}}.

0 commit comments

Comments
 (0)