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>