messages.failString(default: "Fail")

Allows customization of the "Fail" text in the contrast tool.

Example

<div id="colorgradient"></div>
<script>
$("#colorgradient").kendoColorGradient({
    contrastTool: true,
    messages: {
        fail: "Does not meet contrast standards"
    }
});
</script>
In this article
messages.fail
Not finding the help you need?
Contact Support