actionButton.loadingIconString

Defines the font icon name for the loading/stop state.

Example

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