kendo.ui.ExtInputDialog extends kendo.ui.ExtDialog
Introduced in 2013 Q1
Description
The ExtInputDialog widget displays an Input dialog.
Example
Configuration
message : String
Message prompt to be displayed to the user.
required : Boolean
Indicates whether a value must be entered in the input field.
requiredCss : String
The CSS Class to be applied to the input field if a value is required and empty when the user clicks the OK button.
Methods
show
Show the input dialog.
Parameters
options : JSON Object
Configuration options used to display the input 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 OK or Cancel 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 input dialog.