Skip to content

Commit c9d7a68

Browse files
authored
space
1 parent 8f4d161 commit c9d7a68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/extensibility-api-howtos/create-modal-web-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ class MyMenuExtension(MyModalWebViewController myModalWebViewController) : MenuE
170170
This code injects your controller class into the `MyMenuExtension` class. It adds a new menu item called `Create Entity From Dialog` and calls the controller's `ShowDialog` method.
171171

172172
{{% alert type="info" %}}
173-
In this example, the `currentApp` parameter is required if the dialog needs to interact with the model. Additionally, `WebServerBaseUrl` is crucial;without the base path, navigating to the route defined in the web server extension would not be possible.
174-
{{% /alert %}}
173+
In this example, the `currentApp` parameter is required if the dialog needs to interact with the model. Additionally, `WebServerBaseUrl` is crucial; without the base path, navigating to the route defined in the web server extension would not be possible.
174+
{{% /alert %}}

0 commit comments

Comments
 (0)