diff --git a/content/en/docs/apidocs-mxsdk/apidocs/frontend/client-api.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/client-api.md similarity index 64% rename from content/en/docs/apidocs-mxsdk/apidocs/frontend/client-api.md rename to content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/client-api.md index 432facb1d18..5ad7351ca53 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/frontend/client-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/client-api.md @@ -11,7 +11,7 @@ Use our powerful APIs to build any JavaScript action you need. ## Client API -The Client API is compatible with both the React and the Dojo client. +The client API is compatible with both the React and the Dojo client and will replace the previous API which was based on the global mx object. * [Mendix 10 Client API](https://apidocs.rnd.mendix.com/10/client-mx-api/index.html) @@ -23,9 +23,9 @@ The Mendix 10 Client API is available in Studio Pro 10.20.0 and above. For earli The Client API is not supported in widgets. For widget development, please use our [Pluggable Widgets API](/apidocs-mxsdk/apidocs/pluggable-widgets/) {{% /alert %}} -## Legacy Client APIs {#legacy} +## Legacy Client API {#legacy} -* [Mendix 10 React Client API](https://apidocs.rnd.mendix.com/10/client-react/index.html) -* [Mendix 10 Dojo Client API](https://apidocs.rnd.mendix.com/10/client/index.html) -* [Mendix 9 Dojo Client API](https://apidocs.rnd.mendix.com/9/client/index.html) -* [Mendix 8 Dojo Client API](https://apidocs.rnd.mendix.com/8/client/index.html) +This API is deprecated in Mendix 11 and will be fully removed in Mendix 12. + +* [Mendix 10 Client API (React)](https://apidocs.rnd.mendix.com/10/client-react/index.html) +* [Mendix 10 Client API (Dojo)](https://apidocs.rnd.mendix.com/10/client/index.html) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/client-api.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/client-api.md new file mode 100644 index 00000000000..98ce61cc0a3 --- /dev/null +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/client-api.md @@ -0,0 +1,20 @@ +--- +title: "Client API" +url: /apidocs-mxsdk/apidocs/client-api-11/ +description: "This API enriches the user interface of your applications by building on top of the Mendix web Client APIs." +weight: 30 +--- + +## Introduction + +Use our powerful APIs to build any JavaScript action you need. + +## Client API + +The client API is compatible with both the React and the Dojo client. + +* [Mendix 11 Client API](https://apidocs.rnd.mendix.com/11/client-mx-api/index.html) + +{{% alert color="warning" %}} +The Client API is not supported in widgets. For widget development, please use our [Pluggable Widgets API](/apidocs-mxsdk/apidocs/pluggable-widgets/) +{{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/client-api.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/client-api.md new file mode 100644 index 00000000000..90c4d970b5d --- /dev/null +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/client-api.md @@ -0,0 +1,14 @@ +--- +title: "Client API" +url: /apidocs-mxsdk/apidocs/client-api-9/ +description: "This API enriches the user interface of your applications by building on top of the Mendix web Client APIs." +weight: 30 +--- + +## Introduction + +Use our powerful APIs to build any JavaScript action you need. + +## Client API + +* [Mendix 9 Client API](https://apidocs.rnd.mendix.com/9/client/index.html)