Skip to content

Files

Latest commit

 

History

History
29 lines (20 loc) · 1.02 KB

File metadata and controls

29 lines (20 loc) · 1.02 KB
title page_title description slug canonicalLink position
Multiple Targets
Multiple Targets - Tooltip - Kendo UI for Vue
Add a single tooltip to multiple target elements when working with the Kendo UI Tooltip wrapper in Vue projects.
multipletargets_tooltip_wrapper
3

Multiple Targets

The Tooltip enables you to display it for multiple targets.

By default, the Tooltip extracts its content from the title attribute of the target element.

The following example demonstrates how to create a Tooltip for multiple targets.

{% meta height:100 %} {% embed_file tooltip/multiple/main.vue preview %} {% embed_file tooltip/multiple/main.js %} {% endmeta %}

Suggested Links