actionButton.themeColorString

Defines the theme color for the Action button.

Example

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