Highly customizable tooltip/helptext widget for Mendix 8+
Implementation of https://www.npmjs.com/package/react-tooltip
- Display of tooltip/helptext, either hardcoded or with context
 - Lots of customization options:
- Positioning direction
 - Display in fixed position or under mouse
 - Trigger on hover/on click
 - Show/hide delay
 - Styling using theme or custom
 - Anything can be a trigger!
 
 
- Place widget anywhere
 - Fill in unique "Identifier"
 - Add tooltip text
 
- Add tooltip trigger, will default to Bootstrap glyphicon-question-sign if left empty
 - Configure styling
 - If using advanced styling, fill in valid hex colors i.e. #FFFFFF
 
See test folder
See here