From 651c32442452b7bfcc1ef5eeb5e4a098a982c623 Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Tue, 31 Mar 2026 08:38:11 +0200 Subject: [PATCH 1/3] Remove Introduced In 10.x callouts in 11 Pluggable Widgets docs --- .../pluggable-widgets-property-types.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md index 4cbc4147f12..5dc19c3274c 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md @@ -480,10 +480,6 @@ Then the Studio Pro UI for the property appears like this: ### Action {#action} -{{% alert color="info" %}} -The `defaultType` and `defaultValue` attributes for Action were introduced in Mendix [10.15](/releasenotes/studio-pro/10.15/). -{{% /alert %}} - The action property type allows a user to configure an action which can do things like call nanoflows, save changes, and open pages. If a `dataSource` attribute is not specified, the client will receive an `ActionValue` representing the action or `undefined` if the **Do nothing** action was selected. @@ -767,10 +763,6 @@ Only list datasources are supported, therefore specifying `isList="true"` is req ##### Data Source Defaults {#data-source-defaults} -{{% alert color="info" %}} -The `defaultType` and `defaultValue` attributes for datasources were introduced in Mendix [10.16](/releasenotes/studio-pro/10.16/). -{{% /alert %}} - You can use the `defaultType` and `defaultValue` attributes to configure default data sources for your widget. Unless overridden in Studio Pro, the widget will attempt to configure the data source according to its defaults. Both attributes need to be set for the defaults to be applied. The format of `defaultValue` depends on the chosen `defaultType`: @@ -797,10 +789,6 @@ Then the Studio Pro UI for the property appears like this: ### Selection {#selection} -{{% alert color="info" %}} -The property type was introduced in Mendix [10.7](/releasenotes/studio-pro/10.7/). -{{% /alert %}} - The selection property allows a widget to read and set a selection that can be used in actions, expressions, or a `Listen to` data source of a data view. #### XML Attributes @@ -867,10 +855,6 @@ Label property allows a pluggable widget to have labeling functionality similar #### setLabel {#setLabel} -{{% alert color="info" %}} -The `setLabel` attribute was introduced in Mendix [10.5](/releasenotes/studio-pro/10.5/). -{{% /alert %}} - You can use `setLabel` to specify which properties can be used to set the `Label` property value. Configuring the value of a property with the `setLabel` attribute will automatically update the value of `Label`. From e7dbe55d1fcc2bc85204b98d39bcb388fedc2cac Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Tue, 31 Mar 2026 08:38:52 +0200 Subject: [PATCH 2/3] Add Introduced In 11.x callouts for Pluggable Widgets docs --- .../pluggable-widgets/pluggable-widgets-property-types.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md index 5dc19c3274c..b2449f07810 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md @@ -277,6 +277,10 @@ The user can use the optional attribute [`allowUpload`](#allow-upload) with defa #### XML Attributes +{{% alert color="info" %}} +The `allowUpload` attribute was introduced in Mendix [11.8](/releasenotes/studio-pro/11.8/). +{{% /alert %}} + | Attribute | Required | Attribute Type | Description | |---------------|----------|----------------|-----------------------------------------------------------------------| | `type` | Yes | String | Must be `image` | @@ -718,6 +722,10 @@ The user can use the optional attribute [`allowUpload`](#allow-upload) with defa #### XML Attributes +{{% alert color="info" %}} +The `allowUpload` attribute was introduced in Mendix [11.8](/releasenotes/studio-pro/11.8/). +{{% /alert %}} + | Attribute | Required | Attribute Type | Description | |---------------|----------|----------------|----------------------------------| | `type` | Yes | String | Must be `file` | From dde1977880e9052d3895396009da87b49c33c8d6 Mon Sep 17 00:00:00 2001 From: Arjo Bruijnes Date: Tue, 31 Mar 2026 08:41:13 +0200 Subject: [PATCH 3/3] Correct reference to 10 in 11 docs --- .../pluggable-widgets/pluggable-widgets-client-apis/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md index c6ace502a26..229090493d2 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md @@ -2,7 +2,7 @@ title: "Client APIs" linktitle: "Client APIs for Pluggable Widgets" url: /apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/ -description: A guide for understanding the client APIs available to pluggable widgets in Mx10. +description: A guide for understanding the client APIs available to pluggable widgets in Mx11. weight: 20 aliases: - /apidocs-mxsdk/apidocs/client-apis-for-pluggable-widgets