<kendo:colorGradient-messages>

Allows customization labels and messages in the ColorGradient.

Example

<kendo:colorGradient>
    <kendo:colorGradient-messages></kendo:colorGradient-messages>
</kendo:colorGradient>

Configuration Attributes

alpha java.lang.String

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

Example

<kendo:colorGradient-messages alpha="alpha">
</kendo:colorGradient-messages>

blue java.lang.String

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

Example

<kendo:colorGradient-messages blue="blue">
</kendo:colorGradient-messages>

contrastRatio java.lang.String

Allows customization of the "Contrast ratio" text in the contrast tool.

Example

<kendo:colorGradient-messages contrastRatio="contrastRatio">
</kendo:colorGradient-messages>

fail java.lang.String

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

Example

<kendo:colorGradient-messages fail="fail">
</kendo:colorGradient-messages>

green java.lang.String

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

Example

<kendo:colorGradient-messages green="green">
</kendo:colorGradient-messages>

hex java.lang.String

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

Example

<kendo:colorGradient-messages hex="hex">
</kendo:colorGradient-messages>

pass java.lang.String

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

Example

<kendo:colorGradient-messages pass="pass">
</kendo:colorGradient-messages>

red java.lang.String

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

Example

<kendo:colorGradient-messages red="red">
</kendo:colorGradient-messages>

toggleFormat java.lang.String

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

Example

<kendo:colorGradient-messages toggleFormat="toggleFormat">
</kendo:colorGradient-messages>
In this article
Not finding the help you need?