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 |
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 %}