EditorColorPickerComponent
A component which configures an existing ColorPickerComponent as a ToolBar tool.
To associate a kendo-toolbar-colorpicker
with an Editor command that changes the
foreground or the background color of the text, use the kendoEditorForeColor
or kendoEditorBackColor
directivе (more information).
Selector
kendo-toolbar-colorpicker
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabled |
|
|
Specifies if the component should be disabled. |
editorCommand |
|
Specifies the color-related command that will be executed. | |
icon |
|
Specifies the Kendo UI font icon that will be used. | |
paletteSettings |
|
Overrides the default color palette settings. | |
svgIcon |
|
Defines an SVGIcon to be rendered within the ColorPicker button. The input can take either an existing Kendo SVG icon or a custom one. | |
value |
|
Specifies the initial value of the color picker. | |
views |
|
|
Specifies whether the ColorPicker will render a gradient, palette, or both in its popup. |