actionButton.textString(default: null)

The text label for the action button in its default (send) state.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    authorId: "user",
    actionButton: {
        text: "Submit"
    }
});
</script>
In this article
actionButton.text
Not finding the help you need?
Contact Support