fileSelectButton.sizeString

Defines the size of the File Select button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    fileSelectButton: {
        size: "large"
    },
    placeholder: "Large file button..."
});
</script>
In this article
fileSelectButton.size
Not finding the help you need?
Contact Support