fileSelectButton.fillModeString

Defines the fill mode for the File Select button.

Example

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