messages.actionButtonString(default: "Send")

Sets the tooltip and aria-label for the send button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    messages: {
        actionButton: "Submit Message"
    }
});
</script>
In this article
messages.actionButton
Not finding the help you need?
Contact Support