actionButton.sizeString
Defines the size of the Action button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
actionButton: {
size: "large"
},
placeholder: "Large action button..."
});
</script>