/LabelSelector

With this widget you can easily create/assign/remove objects (f. ex. labels) to/from an object. It features both an inputbox for searching (and optionally creating if not found) and a dropdown to select already existing objects. The implementation is based on the Tag-it library

Primary LanguageCSSApache License 2.0Apache-2.0

Label-selector

With this widget you can easily create/assign/remove objects (f. ex. labels) to/from an object.

It features both an inputbox for searching (and optionally creating if not found) and a dropdown to select already existing objects. The implementation is based on the Tag-it library

Contributing

For more information on contributing to this repository visit [Contributing to a GitHub repository] (https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)

##Typical Usage Scenario

  • Quickly adjust reference sets.
  • Easily creates new objects to add.

##Properties

  • Label Object - The entity used for the labels, combined with the reference set from the context object.
  • Caption Attribute - The attribute of the label entity to be used as the caption.
  • Label constraint - The constraint for the labels.
  • After create label - A microflow that is triggered after creating a new label. IMPORTANT: Use this to commit newly created labels!
  • On change microflow - A microflow that is triggered for every add/remove.

##FAQ ####I created a new label, but the label disappears when I leave the field! Please set the after create mf to commit your label to the database.