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