Skip to content

Commit 22ca1a2

Browse files
authored
Merge pull request #10795 from gjulivan/development2
Update deprecation status for widgets
2 parents 7d926b8 + 078dddc commit 22ca1a2

5 files changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/marketplace/platform-supported-content/widgets/check-box-set-selector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Checkbox Set Selector"
3+
deprecated: true
34
url: /appstore/widgets/check-box-set-selector/
45
description: "Describes the configuration and usage of the Checkbox Set Selector widget, which is available in the Mendix Marketplace."
56
#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.

content/en/docs/marketplace/platform-supported-content/widgets/language-selector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Language Selector"
3+
deprecated: true
34
url: /appstore/widgets/language-selector/
45
description: "Describes the configuration and usage of the Language Selector widget, which is available in the Mendix Marketplace."
56
#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.

content/en/docs/marketplace/platform-supported-content/widgets/radio-button-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Radio Button List"
3+
deprecated: true
34
url: /appstore/widgets/radio-button-list/
45
description: "Describes the configuration and usage of the Radio Button List widget, which is available in the Mendix Marketplace."
56
#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.

content/en/docs/marketplace/platform-supported-content/widgets/simple-check-box-set-selector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Simple Checkbox Set Selector"
3+
deprecated: true
34
url: /appstore/widgets/simple-check-box-set-selector/
45
description: "Describes the configuration and usage of the Simple Checkbox Set Selector widget, which is available in the Mendix Marketplace."
56
#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.

content/en/docs/refguide/modeling/pages/button-widgets/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Buttons perform an action when clicked. They can be rendered as a button or as a
4040

4141
Different items can perform different actions. For more information on items and actions that can be assigned to them, see the [Item Section](/refguide/button-properties/#items) in *Button Properties*.
4242

43+
{{% alert color="warning" %}}
44+
The **Drop-Down Button** is not compatible with the [Mendix React Client](/refguide/mendix-client/react/). Please use [Pop-up menu](/appstore/widgets/popup-menu/) instead.
45+
{{% /alert %}}
46+
4347
## Performing Basic Functions
4448

4549
{{% snippet file="/static/_includes/refguide/performing-basic-functions-widgets.md" %}}

0 commit comments

Comments
 (0)