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>
In this article
actionButton.size
Not finding the help you need?
Contact Support