messages.actionButtonLoadingString(default: "Stop")

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

Example

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