Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 980 Bytes

File metadata and controls

26 lines (19 loc) · 980 Bytes
title page_title description slug canonicalLink position
Predefined Dialog
Predefined Dialog - Dialog - Kendo UI for Vue
Predefine a dialog box with the Kendo UI Dialog wrapper for Vue.
predefined_dialogs_dialog_wrapper
1

Predefined Dialog

Depending on the type of the dialogs your project renders, you can predefine the Dialog as alert, prompt, or confirm.

The following example demonstrates how to configure the Dialog types by using the Dialog API methods.

{% meta height:450 %} {% embed_file predefined/main.vue preview %} {% embed_file predefined/main.js %} {% endmeta %}

Suggested Links