<kendo:flatColorPicker-messages>

Allows customization of "Apply" / "Cancel" labels.

Example

<kendo:flatColorPicker>
    <kendo:flatColorPicker-messages></kendo:flatColorPicker-messages>
</kendo:flatColorPicker>

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:flatColorPicker-messages alpha="alpha">
</kendo:flatColorPicker-messages>

apply java.lang.String

Allows customization of "Apply" label.

Example

<kendo:flatColorPicker-messages apply="apply">
</kendo:flatColorPicker-messages>

blue java.lang.String

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

Example

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

cancel java.lang.String

Allows customization of "Cancel" label.

Example

<kendo:flatColorPicker-messages cancel="cancel">
</kendo:flatColorPicker-messages>

clearColor java.lang.String

Allows customization of the Clear Color button label.

Example

<kendo:flatColorPicker-messages clearColor="clearColor">
</kendo:flatColorPicker-messages>

contrastRatio java.lang.String

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

Example

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

fail java.lang.String

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

Example

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

gradient java.lang.String

Allows customization of the Gradient view button.

Example

<kendo:flatColorPicker-messages gradient="gradient">
</kendo:flatColorPicker-messages>

green java.lang.String

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

Example

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

hex java.lang.String

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

Example

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

palette java.lang.String

Allows customization of the Palette view button.

Example

<kendo:flatColorPicker-messages palette="palette">
</kendo:flatColorPicker-messages>

pass java.lang.String

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

Example

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

red java.lang.String

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

Example

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

toggleFormat java.lang.String

Allows customization of the toggle format button's aria-label in the Gradient's input editor.

Example

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