fileSelectButton.iconString

Defines the font icon name for the File Select button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    fileSelectButton: {
        icon: "folder-open"
    },
    placeholder: "Custom file icon..."
});
</script>
In this article
fileSelectButton.icon
Not finding the help you need?
Contact Support