Dropdown

Content Type: Widget
Categories: User Interface

Overview

Dropdown allows to specify custom content for dropdown button. Educonnex Dropdown is a copy of Mendix's dropdown widget, with the ability to put custom content(not necessary button) for dropdown.

Documentation

Description

Dropdown allows to specify custom content for dropdown button. 
Educonnex Dropdown is a copy of Mendix's dropdown widget, with the ability to put custom content(not necessary button) for dropdown. 

Typical usage scenario

Use this widget to provide dropdown with custom content and custom button content.

Features

  • Put Mendix elements in a dropdown
  • Split button, have an action button next to a dropdown indicator
  • Button content is a dynamic content you can specify that

limitations

  • In Mendix 8.2.2 it is not possible to use a snippet inside the dropdown container. This is currently a limitation in the platform, not the widget.

Dependencies 

N/A

Installation 

  • Download module from Marketplace and import it your project. 
  • Provide button and dropdown content of the widget

Configuration

Use same configuration as you do for Mendix’s “Dropdown Container” widget. 


Known bugs

Place the widget inside or outside a context object, based on if you need this for your buttonn text.

Releases

Version: 2.0.2
Framework Version: 9.7.0
Release Notes: Improvements
Version: 2.0.1
Framework Version: 9.7.0
Release Notes: Small fix with close button
Version: 2.0.0
Framework Version: 9.7.0
Release Notes: Put educ-hide-on-click class to button, if hiding menu is not necessary
Version: 1.0.0
Framework Version: 9.7.0
Release Notes: First Release