Skip to content

Commit acbeb07

Browse files
committed
Put all React Client information together
1 parent 81dcd07 commit acbeb07

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Login ID Text Box"
33
url: /refguide/login-id-text-box/
44
#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.
5-
---
5+
---s
66

77
{{% alert color="warning" %}}
88
The **login ID text box** widget is a Dojo widget.
99

10-
This widget is not supported in the [React client](/refguide/mendix-client/react/).
11-
1210
This widget is not supported on native mobile pages.
1311

12+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
13+
1414
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.
1515

1616
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ url: /refguide/password-text-box/
77
{{% alert color="warning" %}}
88
The **password text box** widget is a Dojo widget.
99

10-
This widget is not supported in the [React client](/refguide/mendix-client/react/).
11-
1210
This widget is not supported on native mobile pages.
1311

12+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
13+
1414
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.
1515

1616
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.

content/en/docs/refguide/modeling/pages/authentication-widgets/sign-in-button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ url: /refguide/sign-in-button/
77
{{% alert color="warning" %}}
88
The **sign-in button** widget is a Dojo widget.
99

10-
This widget is not supported in the [React client](/refguide/mendix-client/react/).
11-
1210
This widget is not supported on native mobile pages.
1311

12+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
13+
1414
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.
1515

1616
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.

content/en/docs/refguide/modeling/pages/authentication-widgets/validation-message.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ url: /refguide/validation-message/
77
{{% alert color="warning" %}}
88
The **validation message** widget is a Dojo widget.
99

10-
This widget is not supported in the [React client](/refguide/mendix-client/react/).
11-
1210
This widget is not supported on native mobile pages.
1311

12+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
13+
1414
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.
1515

1616
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.

content/en/docs/refguide/modeling/pages/data-widgets/grids/control-bar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ aliases:
2929
{{% alert color="warning" %}}
3030
The **control bar** widget is a Dojo widget.
3131

32-
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).
33-
3432
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).
3533

34+
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).
35+
3636
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
3737

3838
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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ weight: 10
88
{{% alert color="warning" %}}
99
The **data grid** widget is a Dojo widget.
1010

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-
1311
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).
1412

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

1717
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.

content/en/docs/refguide/modeling/pages/data-widgets/grids/search-bar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ aliases:
1515
{{% alert color="warning" %}}
1616
The **search bar** widget is a Dojo widget.
1717

18-
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).
19-
2018
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).
2119

20+
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).
21+
2222
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
2323

2424
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.

content/en/docs/refguide/modeling/pages/data-widgets/grids/sort-bar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ aliases:
1313
{{% alert color="warning" %}}
1414
The **sort bar** widget is a Dojo widget.
1515

16-
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).
17-
1816
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).
1917

18+
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).
19+
2020
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.
2121

2222
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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ weight: 20
88
{{% alert color="warning" %}}
99
The **template grid** widget is a Dojo widget.
1010

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-
1311
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).
1412

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

1717
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.

content/en/docs/refguide/modeling/pages/input-widgets/drop-down.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ aliases:
1111
{{% alert color="warning" %}}
1212
The **drop-down** widget is a Dojo widget.
1313

14-
This widget is not supported in the [React client](/refguide/mendix-client/react/).
15-
1614
This widget is not supported on native mobile pages.
1715

16+
This widget is not supported in the [React client](/refguide/mendix-client/react/).
17+
1818
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).
1919

2020
If you [switch to the React client](/refguide/app-settings/#react-client), the widget will not appear in the **Toolbox**.

0 commit comments

Comments
 (0)