fileSelectButton.themeColorString

Defines the theme color for the File Select button.

Example

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