From aa9fd1b8fcb232d7939b46ff4bcf5bdc7e2044ac Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Fri, 24 Oct 2025 15:26:40 +0200 Subject: [PATCH 1/5] CLarify Dojo widget behavior in React apps --- .../pages/authentication-widgets/login-id-text-box.md | 8 +++++++- .../pages/authentication-widgets/password-text-box.md | 8 +++++++- .../pages/authentication-widgets/sign-in-button.md | 8 +++++++- .../pages/authentication-widgets/validation-message.md | 8 +++++++- .../modeling/pages/data-widgets/grids/control-bar.md | 8 ++++++++ .../modeling/pages/data-widgets/grids/data-grid/_index.md | 8 ++++++-- .../modeling/pages/data-widgets/grids/search-bar.md | 8 ++++++++ .../modeling/pages/data-widgets/grids/sort-bar.md | 8 ++++++++ .../modeling/pages/data-widgets/grids/template-grid.md | 8 +++++++- .../refguide/modeling/pages/input-widgets/drop-down.md | 7 ++++--- .../pages/input-widgets/input-reference-set-selector.md | 8 ++++++-- .../modeling/pages/input-widgets/reference-selector.md | 8 +++++++- .../pages/input-widgets/reference-set-selector.md | 8 ++++++-- 13 files changed, 88 insertions(+), 15 deletions(-) diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md index 31a42198d5e..2a241a4c904 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md @@ -4,7 +4,13 @@ url: /refguide/login-id-text-box/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The **Login ID text box** widget is not supported on native mobile pages.{{% /alert %}} +{{% alert color="warning" %}} +The **login ID text box** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md index dac1c17bfd4..72246fbae4e 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md @@ -4,7 +4,13 @@ url: /refguide/password-text-box/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The **Password text box** widget is not supported on native mobile pages.{{% /alert %}} +{{% alert color="warning" %}} +The **password text box** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md index 29a53314241..64b64080642 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md @@ -4,7 +4,13 @@ url: /refguide/sign-in-button/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The **Sign-in button** is not supported on native mobile pages.{{% /alert %}} +{{% alert color="warning" %}} +The **sign-in button** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md index 4be3b7c9891..2ad759a975f 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md @@ -4,7 +4,13 @@ url: /refguide/validation-message/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The validation message widget is not supported on native mobile pages.{{% /alert %}} +{{% alert color="warning" %}} +The **validation message** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md index 342a98e34c5..cab6edc70a1 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md @@ -26,6 +26,14 @@ aliases: #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- +{{% alert color="warning" %}} +The **control bar** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} + ## Introduction A control bar of a [template grid](/refguide/template-grid/), [data grid](/refguide/data-grid/), and [reference set selector](/refguide/reference-set-selector/) allows you to manipulate the objects displayed by means of buttons. By default, both grids will be created with [Search](#search-button), [New](#create-button), [Edit](#grid-action-button), and [Delete](#grid-action-button) buttons in the control bar: diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md index 19410106d31..43003230ed1 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md @@ -5,9 +5,13 @@ weight: 10 #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The data grid widget is not supported on native mobile pages.{{% /alert %}} +{{% alert color="warning" %}} +The **data grid** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). -{{% alert color="warning" %}}The data grid widget is not supported when using the [React client](/refguide/mendix-client/react/). Please use the [data grid 2 widget](/appstore/modules/data-grid-2/) instead. It is possible to convert existing data grid widgets to data grid 2 as explained in the [React Migration Guide](/refguide/mendix-client/react/#data-grid){{% /alert %}} +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md index acfe5b5f1f3..0324a21554c 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md @@ -12,6 +12,14 @@ aliases: #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- +{{% alert color="warning" %}} +The **search bar** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} + ## Introduction The search bar contains search fields that allow the end-user to quickly find the information they need in a [data grid](/refguide/data-grid/) or [template grid](/refguide/template-grid/). diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md index 0983c17f3ca..8a83c6b8a30 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md @@ -10,6 +10,14 @@ aliases: #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- +{{% alert color="warning" %}} +The **sort bar** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} + ## Introduction A sort order allows you to sort items in a [data grid](/refguide/data-grid/), [template grid](/refguide/template-grid/), [list view](/refguide/list-view/) or a [reference set selector](/refguide/reference-set-selector/). diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md index c0e4344ff56..28ddf5808c0 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md @@ -5,7 +5,13 @@ weight: 20 #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The template grid widget is not supported on native mobile pages.{{% /alert %}} +{{% alert color="warning" %}} +The **template grid** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#template-grid). + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md b/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md index 52e89061454..ed22ae26634 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md @@ -9,11 +9,12 @@ aliases: --- {{% alert color="warning" %}} -The drop-down widget is not compatible with the modern version of the Mendix React Client. Depending on your app version, you may wish to convert the widget to a combo box widget using the context menu in Studio Pro. +The **drop-down** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. -For more information on converting a drop-down widget into its more modern combo box counterpart, see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). -{{% /alert %}} +To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction A **drop-down** is used to display and, optionally, allow the end-user to edit the value of an attribute or variable of [data type](/refguide/data-types/) *enumeration*. diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md index 04e79e49f6b..d3a6cd2d1b3 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md @@ -5,9 +5,13 @@ weight: 90 #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The **input reference set selector** widget is not supported on native mobile pages. +{{% alert color="warning" %}} +The **input reference set selector** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. -To upgrade it to a React-compliant widget which works on a native page, see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide).{{% /alert %}} +To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md index 2e4771d7003..7696bd5bec2 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md @@ -5,7 +5,13 @@ weight: 70 #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The **reference selector** widget is not supported by React. To upgrade it to a React-compliant widget, see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide).{{% /alert %}} +{{% alert color="warning" %}} +The **reference selector** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). + +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md index 4206d33c2e7..41057801b6a 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md @@ -5,9 +5,13 @@ weight: 80 #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- -{{% alert color="warning" %}}The **reference set selector** widget is not supported on native mobile pages. +{{% alert color="warning" %}} +The **reference set selector** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). -To upgrade it to a React-compliant widget which works on a native page, see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide).{{% /alert %}} +The Dojo client is deprecated and will be removed in a future version of Mendix. +{{% /alert %}} ## Introduction From 4a5237018981b022f41c4003581bf0afac502cad Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Wed, 29 Oct 2025 17:00:51 +0100 Subject: [PATCH 2/5] Draft changes to deprecation messages --- .../pages/authentication-widgets/login-id-text-box.md | 10 ++++++++-- .../pages/data-widgets/grids/data-grid/_index.md | 8 ++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md index 2a241a4c904..6b21aaa78f6 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md @@ -5,11 +5,17 @@ url: /refguide/login-id-text-box/ --- {{% alert color="warning" %}} -The **login ID text box** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **login ID text box** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. + +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. -The Dojo client is deprecated and will be removed in a future version of Mendix. +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md index 43003230ed1..0f25cf22530 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md @@ -6,9 +6,13 @@ weight: 10 --- {{% alert color="warning" %}} -The **data grid** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **data grid** widget is a Dojo widget. -To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + +This widget is not supported on native mobile pages. To upgrade it to the recommended mobile widget ([Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. The Dojo client is deprecated and will be removed in a future version of Mendix. {{% /alert %}} From 81dcd0782caac45e452cf6b6d279e840b6c1b61a Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Thu, 30 Oct 2025 10:27:30 +0100 Subject: [PATCH 3/5] Improve warning text --- .../authentication-widgets/login-id-text-box.md | 4 ++-- .../authentication-widgets/password-text-box.md | 10 ++++++++-- .../pages/authentication-widgets/sign-in-button.md | 10 ++++++++-- .../authentication-widgets/validation-message.md | 10 ++++++++-- .../modeling/pages/data-widgets/grids/control-bar.md | 12 ++++++++---- .../pages/data-widgets/grids/data-grid/_index.md | 4 ++-- .../modeling/pages/data-widgets/grids/search-bar.md | 10 +++++++--- .../modeling/pages/data-widgets/grids/sort-bar.md | 10 +++++++--- .../pages/data-widgets/grids/template-grid.md | 10 +++++++--- .../modeling/pages/input-widgets/drop-down.md | 11 +++++++++-- .../input-widgets/input-reference-set-selector.md | 10 ++++++++-- .../pages/input-widgets/reference-selector.md | 10 ++++++++-- .../pages/input-widgets/reference-set-selector.md | 10 ++++++++-- 13 files changed, 90 insertions(+), 31 deletions(-) diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md index 6b21aaa78f6..79e93a96298 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md @@ -11,10 +11,10 @@ This widget is not supported in the [React client](/refguide/mendix-client/react This widget is not supported on native mobile pages. -If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. - Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md index 72246fbae4e..86c2ee5dc09 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md @@ -5,11 +5,17 @@ url: /refguide/password-text-box/ --- {{% alert color="warning" %}} -The **password text box** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **password text box** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md index 64b64080642..9ce6eef18e0 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md @@ -5,11 +5,17 @@ url: /refguide/sign-in-button/ --- {{% alert color="warning" %}} -The **sign-in button** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **sign-in button** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md index 2ad759a975f..1ad93244ba3 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md @@ -5,11 +5,17 @@ url: /refguide/validation-message/ --- {{% alert color="warning" %}} -The **validation message** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **validation message** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md index cab6edc70a1..ba62d6f2233 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md @@ -27,11 +27,15 @@ aliases: --- {{% alert color="warning" %}} -The **control bar** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **control bar** widget is a Dojo widget. -To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). -The Dojo client is deprecated and will be removed in a future version of Mendix. +This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction @@ -48,7 +52,7 @@ Most properties of control bar buttons are the same as properties of buttons. Fo To add additional buttons to the control bar, do the following: -1. Right-click on the control bar while it is highlighed. +1. Right-click on the control bar while it is highlighted. 1. Select **Add button**. 1. Select the new type of button. 1. Double-click on the new button to customize. diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md index 0f25cf22530..228cf29df71 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md @@ -10,11 +10,11 @@ The **data grid** widget is a Dojo widget. This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). -This widget is not supported on native mobile pages. To upgrade it to the recommended mobile widget ([Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. -The Dojo client is deprecated and will be removed in a future version of Mendix. +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md index 0324a21554c..6fbc2b329f8 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md @@ -13,11 +13,15 @@ aliases: --- {{% alert color="warning" %}} -The **search bar** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **search bar** widget is a Dojo widget. -To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). -The Dojo client is deprecated and will be removed in a future version of Mendix. +This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md index 8a83c6b8a30..04c3de59b24 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md @@ -11,11 +11,15 @@ aliases: --- {{% alert color="warning" %}} -The **sort bar** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **sort bar** widget is a Dojo widget. -To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#migration-guide). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). -The Dojo client is deprecated and will be removed in a future version of Mendix. +This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md index 28ddf5808c0..68757f2d52a 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md @@ -6,11 +6,15 @@ weight: 20 --- {{% alert color="warning" %}} -The **template grid** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **template grid** widget is a Dojo widget. -To upgrade it to the recommended React-compliant widget ([Gallery](/appstore/widgets/gallery/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#template-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). -The Dojo client is deprecated and will be removed in a future version of Mendix. +This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md b/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md index ed22ae26634..fe2c59be646 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md @@ -9,12 +9,19 @@ aliases: --- {{% alert color="warning" %}} -The **drop-down** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **drop-down** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} + ## Introduction A **drop-down** is used to display and, optionally, allow the end-user to edit the value of an attribute or variable of [data type](/refguide/data-types/) *enumeration*. diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md index d3a6cd2d1b3..3bd8a3809e0 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md @@ -6,11 +6,17 @@ weight: 90 --- {{% alert color="warning" %}} -The **input reference set selector** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **input reference set selector** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md index 7696bd5bec2..5738d71608a 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md @@ -6,11 +6,17 @@ weight: 70 --- {{% alert color="warning" %}} -The **reference selector** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **reference selector** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md index 41057801b6a..12994641dfe 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md @@ -6,11 +6,17 @@ weight: 80 --- {{% alert color="warning" %}} -The **reference set selector** widget is a Dojo widget. It is not supported in the [React client](/refguide/mendix-client/react/) or on native mobile pages. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. +The **reference set selector** widget is a Dojo widget. + +This widget is not supported in the [React client](/refguide/mendix-client/react/). + +This widget is not supported on native mobile pages. To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). -The Dojo client is deprecated and will be removed in a future version of Mendix. +If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. + +The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. {{% /alert %}} ## Introduction From acbeb0778629afa24a5b0aa8e332fcf26763a845 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Tue, 4 Nov 2025 16:25:10 +0100 Subject: [PATCH 4/5] Put all React Client information together --- .../pages/authentication-widgets/login-id-text-box.md | 6 +++--- .../pages/authentication-widgets/password-text-box.md | 4 ++-- .../modeling/pages/authentication-widgets/sign-in-button.md | 4 ++-- .../pages/authentication-widgets/validation-message.md | 4 ++-- .../modeling/pages/data-widgets/grids/control-bar.md | 4 ++-- .../modeling/pages/data-widgets/grids/data-grid/_index.md | 4 ++-- .../modeling/pages/data-widgets/grids/search-bar.md | 4 ++-- .../refguide/modeling/pages/data-widgets/grids/sort-bar.md | 4 ++-- .../modeling/pages/data-widgets/grids/template-grid.md | 4 ++-- .../docs/refguide/modeling/pages/input-widgets/drop-down.md | 4 ++-- .../pages/input-widgets/input-reference-set-selector.md | 4 ++-- .../modeling/pages/input-widgets/reference-selector.md | 4 ++-- .../modeling/pages/input-widgets/reference-set-selector.md | 4 ++-- 13 files changed, 27 insertions(+), 27 deletions(-) diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md index 79e93a96298..1180fe83449 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md @@ -2,15 +2,15 @@ title: "Login ID Text Box" url: /refguide/login-id-text-box/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. ---- +---s {{% alert color="warning" %}} The **login ID text box** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md index 86c2ee5dc09..ae534d442be 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/password-text-box.md @@ -7,10 +7,10 @@ url: /refguide/password-text-box/ {{% alert color="warning" %}} The **password text box** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md index 9ce6eef18e0..40116ce25e0 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md @@ -7,10 +7,10 @@ url: /refguide/sign-in-button/ {{% alert color="warning" %}} The **sign-in button** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md index 1ad93244ba3..d80c04ef1d0 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md @@ -7,10 +7,10 @@ url: /refguide/validation-message/ {{% alert color="warning" %}} The **validation message** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + Upgrade it to the normal input and action widgets as shown in the Atlas login page template. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#sign-in-widgets) for more information. If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md index ba62d6f2233..446886806d0 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md @@ -29,10 +29,10 @@ aliases: {{% alert color="warning" %}} The **control bar** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). - This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md index 228cf29df71..31b0c8d1fef 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md @@ -8,10 +8,10 @@ weight: 10 {{% alert color="warning" %}} The **data grid** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). - This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md index 6fbc2b329f8..2bfa9444f79 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md @@ -15,10 +15,10 @@ aliases: {{% alert color="warning" %}} The **search bar** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). - This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md index 04c3de59b24..967a954e088 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md @@ -13,10 +13,10 @@ aliases: {{% alert color="warning" %}} The **sort bar** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). - This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. diff --git a/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md b/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md index 68757f2d52a..7641ac6bbd2 100644 --- a/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md +++ b/content/en/docs/refguide/modeling/pages/data-widgets/grids/template-grid.md @@ -8,10 +8,10 @@ weight: 20 {{% alert color="warning" %}} The **template grid** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). - This widget is not supported on native mobile pages. Mendix recommends that you use the [Gallery](/appstore/widgets/gallery/) or [List View](/refguide/list-view/) instead to display data. See the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). +This widget is not supported in the [React client](/refguide/mendix-client/react/). To upgrade it to the recommended React widget ([Data Grid 2](/appstore/modules/data-grid-2/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#data-grid). + If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. The Dojo client is deprecated and will be removed in Mendix 12. It continues receiving security and stability updates until the end of support of Mendix 11.24. diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md b/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md index fe2c59be646..1fe5b511d32 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md @@ -11,10 +11,10 @@ aliases: {{% alert color="warning" %}} The **drop-down** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md index 3bd8a3809e0..f27d7e05d59 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/input-reference-set-selector.md @@ -8,10 +8,10 @@ weight: 90 {{% alert color="warning" %}} The **input reference set selector** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md index 5738d71608a..f63fd3dc7f2 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/reference-selector.md @@ -8,10 +8,10 @@ weight: 70 {{% alert color="warning" %}} The **reference selector** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. diff --git a/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md b/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md index 12994641dfe..f31d1009164 100644 --- a/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md +++ b/content/en/docs/refguide/modeling/pages/input-widgets/reference-set-selector.md @@ -8,10 +8,10 @@ weight: 80 {{% alert color="warning" %}} The **reference set selector** widget is a Dojo widget. -This widget is not supported in the [React client](/refguide/mendix-client/react/). - This widget is not supported on native mobile pages. +This widget is not supported in the [React client](/refguide/mendix-client/react/). + To upgrade it to the recommended React-compliant widget ([Combo Box](/appstore/widgets/combobox/)), see the Mendix React Client's [Migration Guide](/refguide/mendix-client/react/#reference-selectors-drop-down). If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**. From 1af2e59da34bfab5d4ca63c1a7416c7035dba277 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Tue, 4 Nov 2025 16:26:18 +0100 Subject: [PATCH 5/5] Typo --- .../modeling/pages/authentication-widgets/login-id-text-box.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md index 1180fe83449..355cb650853 100644 --- a/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md +++ b/content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md @@ -2,7 +2,7 @@ title: "Login ID Text Box" url: /refguide/login-id-text-box/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. ----s +--- {{% alert color="warning" %}} The **login ID text box** widget is a Dojo widget.