messages.toggleFormatString(default: "Toggle format")

Allows customization of the toggle format button's title in the Gradient's input editor.

Example

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