kendo.ui.ExtYesNoDialog extends kendo.ui.ExtDialog
Introduced in 2013 Q1
The ExtYesNoDialog widget displays an Yes/No dialog.
Example
Icon:
Configuration
message : String
Message to be displayed to the user.
icon : String
The CSS Class of the image to be displayed. Images provided are:
Methods
show
Show the yes/no dialog.
Parameters
options : JSON Object
Configuration options used to display the yes/no dialog.
Return
jQuery.Deferred Object
jQuery Deferred object. When the Deferred object is resolved, any done callbacks are executed when the user clicks on the Yes or No button. The argument returned is a JSON Object with the following attributes:
  • button (String): the button that was clicked.
  • input (String): the input entered by the user.
hide
Hide the yes/no dialog.