This widget adds a tooltip to a user defined field, containing for example help text or extra information.
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)
Add helptext to an inputfield on focus. Informative text for buttons on hover.
Import the widget to your project and add the Bootstrap Tooltip on a page.
Configure the properties to determine how the widget will behave in your application.
Tip: Locate the widget as close to the target element as possible. (Preferably next to it)
- Based on Bootstrap's Tooltip.js
- Target element classname The class name of the field to attach the tooltip to.
- Default text Text being displayed when no data source microflow is defined.
- Tooltip position The location of the tooltip relative to the field. Values: top, left, bottom, right
- Tooltip mode When to show the tooltip. Values: On hover, On click
- Tooltip source microflow Return value: Text to display in tooltip.