Skip to content

Enumeration toggle widget for Mendix

Notifications You must be signed in to change notification settings

ClevrSolutions/EnumToggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnumToggle

Display an enumeration image on a page an toggle it

Contributing

Thanks to Eric Tieniber for a mobile update. 17-1-2017

Typical usage scenario

Display an enumeration as image. Change a enumeration.

Installation

Import from appstore

Properties

  • OnClick - Microflow called when clicked
  • Attribute - An enumeration attribute.
  • Readonly - Click is disabled.
  • Values - List of enumeration values and corresponding images. Use the key values of the enumeration
  • Default picture - If keyvalue is not valid, or the enumeration is empty, this is the displayed image.