Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page is a work in progress.

TooltipService

TooltipService is an Angular Factory in the Widget module with the name tooltip.js. It provides an API to install tooltips on elements as well as an Angular directive to install tooltips on HTML elements. To use these functions, see the documentation on injecting Angular services.

A tooltip is a short message that appears over HTML elements to help the user understand the button they are about to click on. An example of a tooltip is below:

API Service Functions

NameSummary
addTooltipInstall a tooltip on an element.
showTooltipShow an installed tooltip.
cancelTooltipHide an installed tooltip.

 

Directive

  • No labels