title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Overview |
Tooltip Overview - Components - Kendo UI for Vue |
Get an overview of the features the Kendo UI Tooltip wrapper for Vue delivers and use the component in Vue projects. |
overview_tooltip_wrapper |
1 |
The Tooltip displays a popup hint for a given html
element. You can define its content either as statically rendered or dynamically loaded text over AJAX.
The Tooltip wrapper for Vue is a client-side wrapper for the Kendo UI Tooltip widget.
To initialize the Tooltip, either:
The following example demonstrates the Tooltip in action for a single element.
{% meta height:100 %} {% embed_file tooltip/basic/main.vue preview %} {% embed_file tooltip/basic/main.js %} {% endmeta %}
- [Main properties]({% slug setting_main_properties_tooltip_wrapper %})
- [Multiple targets]({% slug multipletargets_tooltip_wrapper %})
- [Loading content with AJAX]({% slug loading_content_ajax_tooltip_wrapper %})
- [Referencing existing instances]({% slug referencing_existing_instances_tooltip_wrapper %})
- [Templates]({% slug templates_tooltip_wrapper %})