Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Checkbox Set Selector"
deprecated: true
url: /appstore/widgets/check-box-set-selector/
description: "Describes the configuration and usage of the Checkbox Set Selector widget, which is available in the Mendix Marketplace."
#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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Language Selector"
deprecated: true
url: /appstore/widgets/language-selector/
description: "Describes the configuration and usage of the Language Selector widget, which is available in the Mendix Marketplace."
#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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Radio Button List"
deprecated: true
url: /appstore/widgets/radio-button-list/
description: "Describes the configuration and usage of the Radio Button List widget, which is available in the Mendix Marketplace."
#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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Simple Checkbox Set Selector"
deprecated: true
url: /appstore/widgets/simple-check-box-set-selector/
description: "Describes the configuration and usage of the Simple Checkbox Set Selector widget, which is available in the Mendix Marketplace."
#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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Buttons perform an action when clicked. They can be rendered as a button or as a

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

{{% alert color="warning" %}}
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.
{{% /alert %}}

## Performing Basic Functions

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