messages.redString(default: "Red")

Allows customization of the rgb's red input's aria-label in the Gradient's input editor.

Example

<div id="colorgradient"></div>
<script>
$("#colorgradient").kendoColorGradient({
    input: true,
    messages: {
        red: "Red channel"
    }
});
</script>
In this article
messages.red
Not finding the help you need?
Contact Support