Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.16 KB

File metadata and controls

29 lines (21 loc) · 1.16 KB
title page_title description slug canonicalLink position
Loading Content with AJAX
Loading Content with AJAX - TabStreip - Kendo UI for Vue
Load the content of the Kendo UI TabStrip wrapper for Vue over AJAX.
loading_content_ajax_tabstrip_wrapper
6

Loading Content with AJAX

The TabStrip provides the built-in option for asynchronously loading content from an array of URLs.

The URLs are expected to return HTML fragments that can be loaded in the items of the TabStrip.

The TabStrip provides support for binding it to local data arrays.

{% meta height:550 %} {% embed_file tabstrip/loading/main.vue preview %} {% embed_file tabstrip/loading/main.js %} {% endmeta %}

Suggested Links