Skip to content

Commit 4a52370

Browse files
committed
Draft changes to deprecation messages
1 parent aa9fd1b commit 4a52370

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

content/en/docs/refguide/modeling/pages/authentication-widgets/login-id-text-box.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ url: /refguide/login-id-text-box/
55
---
66

77
{{% alert color="warning" %}}
8-
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**.
8+
The **login ID text box** widget is a Dojo widget.
9+
10+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
11+
12+
This widget is not supported on native mobile pages.
13+
14+
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
915

1016
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.
1117

12-
The Dojo client is deprecated and will be removed in a future version of Mendix.
18+
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.
1319
{{% /alert %}}
1420

1521
## Introduction

content/en/docs/refguide/modeling/pages/data-widgets/grids/data-grid/_index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ weight: 10
66
---
77

88
{{% alert color="warning" %}}
9-
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**.
9+
The **data grid** widget is a Dojo widget.
1010

11-
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).
11+
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).
12+
13+
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).
14+
15+
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
1216

1317
The Dojo client is deprecated and will be removed in a future version of Mendix.
1418
{{% /alert %}}

0 commit comments

Comments
 (0)