actionButton.fillModeString

Defines the fill mode for the Action button.

Example

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