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