messages.passString(default: "Pass")
Allows customization of the "Pass" text in the contrast tool.
Example
<div id="colorgradient"></div>
<script>
$("#colorgradient").kendoColorGradient({
contrastTool: true,
messages: {
pass: "Meets contrast standards"
}
});
</script>
In this article