actionButton.iconString

Defines the font icon name for the send state.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    actionButton: {
        icon: "paper-plane"
    },
    placeholder: "Custom send icon..."
});
</script>
In this article
actionButton.icon
Not finding the help you need?
Contact Support