Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1019 Bytes

File metadata and controls

26 lines (19 loc) · 1019 Bytes
title page_title description slug canonicalLink position
Loading Content with AJAX
Loading Content with AJAX - PanelBar - Kendo UI for Vue
Load the content of the Kendo UI PanelBar wrapper for Vue over AJAX.
loading_content_ajax_panelbar_wrapper
6

Loading Content with AJAX

The PanelBar 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 PanelBar.

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

Suggested Links