Tooltip Widget

Enables qTip2 tooltips for child elements with a title attribute. You can change the default tooltip position and other options, if you set a data-tooltip-position attribute to the parent element.

Important: If you use this widgets on elements inside a modal then it will not work, because the modal elements are reset before they are displayed.

Example

<form data-gx-widget="tooltip">
  <input type="text" title="This is a tooltip widget" />
</form>
Source:

Requires

  • module:jQuery-qTip2-Plugin