<kendo:dialog-messages>
Defines the text of the labels that are shown within the dialog. Used primarily for localization.
Example
<kendo:dialog>
<kendo:dialog-messages></kendo:dialog-messages>
</kendo:dialog>
Configuration Attributes
close java.lang.String
The title of the close button.
Example
<kendo:dialog-messages close="close">
</kendo:dialog-messages>
promptInput java.lang.String
The title of the prompt input.
Example
<kendo:dialog-messages promptInput="promptInput">
</kendo:dialog-messages>