messagesObject

Defines the localization messages for the PromptBox.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    messages: {
        placeholder: "Escribe tu mensaje...",
        actionButton: "Enviar",
        actionButtonLoading: "Detener"
    }
});
</script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support