Skip to content

Commit f935bbb

Browse files
author
JelteMX
committed
Merge branch 'master' of github.com:JelteMX/mendix-dropdown-container
2 parents 8601f90 + 496988c commit f935bbb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
[![Apache License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](http://www.apache.org/licenses/LICENSE-2.0)
12
[![Build Status](https://travis-ci.org/JelteMX/mendix-dropdown-container.svg?branch=master)](https://travis-ci.org/JelteMX/mendix-dropdown-container)
23
[![Dependencies](https://david-dm.org/JelteMX/mendix-dropdown-container.svg)]([https://david-dm.org/JelteMX/mendix-dropdown-container](https://david-dm.org/JelteMX/mendix-dropdown-container))
34
[![DevDependencies](https://david-dm.org/JelteMX/mendix-dropdown-container/dev-status.svg)]([https://david-dm.org/JelteMX/mendix-dropdown-container?type=dev](https://david-dm.org/JelteMX/mendix-dropdown-container?type=dev))
45
[![Support](https://img.shields.io/badge/Support-Community%20(no%20active%20support)-orange.svg)](https://docs.mendix.com/developerportal/app-store/app-store-content-support)
56
[![Studio](https://img.shields.io/badge/Studio%20version-8.2%2B-blue.svg)](https://appstore.home.mendix.com/link/modeler/)
67
[![GitHub release](https://img.shields.io/github/release/JelteMX/mendix-dropdown-container)](https://github.com/JelteMX/mendix-dropdown-container/releases/latest)
78
[![GitHub issues](https://img.shields.io/github/issues/JelteMX/mendix-dropdown-container)](https://github.com/JelteMX/mendix-dropdown-container/issues)
9+
[![Available](https://img.shields.io/badge/Test%20Project-available-green.svg)](https://github.com/JelteMX/widget-test-projects)
810

911
# Dropdown Container
1012

@@ -14,6 +16,12 @@ Add Mendix elements to a dropdown container. Heavily based on [DropDownDivConver
1416

1517
From Mendix 8.2.x and upwards it is possible to to add standard Mendix components to widgets. This Dropdown Container will behave as a dropdown button, but you can model the inside of the container using Mendix Studio Pro.
1618

19+
> NOTE 1: A Pluggable widget (as of now) can only contain other pluggable components like buttons and texts. You cannot add listviews. This is a limitation in the platform, not the widget. See [here](https://github.com/JelteMX/mendix-dropdown-container/issues/3)
20+
21+
> UPDATE 1: It seems that the capabilities for containment area's (that is used in this widget) is improved in [Mendix Studio 8.10](https://docs.mendix.com/releasenotes/studio-pro/8.10#8100). If you have issues, please update to at least 8.10.
22+
23+
> NOTE 2: There seems to be an issue with rendering a Dropdown Container is a table (Platform issue). Advice: Update to [8.11](https://docs.mendix.com/releasenotes/studio-pro/8.11), it seems that some issues were found with the pluggable widgets regarding this, should be fixed in that version.
24+
1725
![Modeler](/assets/modeler.png)
1826

1927
## Features
@@ -55,7 +63,7 @@ Test-project can be found here: [https://dropdownpluginwidg-sandbox.mxapps.io](h
5563

5664
## Known issues
5765

58-
- **(Platform issue)** __A Dropdown container cannot be used directly in a listview, only a dataview.__ If you want to use a dropdown in a listview, make sure you surround your container with a dataview. Obviously this should be the same as the context. One way to do this is to add a dataview with a Nanoflow datasource. The Nanoflow simply passes the context object to the dataview. See [#1](https://github.com/JelteMX/mendix-dropdown-container/issues/1)
66+
- **(Platform issue)** __A Dropdown container cannot be used directly in a table.__ See [#1](https://github.com/JelteMX/mendix-dropdown-container/issues/1) and the top of this README. You are adviced to update to Mendix Studio 8.11, that should fix this issue.
5967

6068
## Issues, suggestions and feature requests
6169

0 commit comments

Comments
 (0)