Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

File metadata and controls

26 lines (19 loc) · 1.06 KB
title page_title description slug canonicalLink position
Templates
Templates - Tooltip - Kendo UI for Vue
Set content template of the Kendo UI Tooltip wrapper for Vue.
templates_tooltip_wrapper
6

Templates

The Tooltip allows you to load templates in its content.

The following example demonstrates how to use templates to customize the appearance of the ToolTip. To define a function that returns the built HTML through kendo.template, use the :content property.

{% meta height:500 %} {% embed_file tooltip/templates/main.vue preview %} {% embed_file tooltip/templates/main.js %} {% endmeta %}

Suggested Links