Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 1007 Bytes

File metadata and controls

26 lines (19 loc) · 1007 Bytes
title page_title description slug canonicalLink position
Loading Content with AJAX
Loading Content with AJAX - Splitter - Kendo UI for Vue
Load the content of the Kendo UI Splitter wrapper for Vue over AJAX.
loading_content_ajax_splitter
1

Loading Content with AJAX

The Splitter provides the built-in option for asynchronously loading content from a URL into the Splitter pane.

The URL is expected to return an HTML fragment that can be loaded in the panes of the Splitter.

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

Suggested Links