EditorColorPickerComponent
Configures a ColorPickerComponent as a ToolBar tool.
Use this component to associate a kendo-toolbar-colorpicker
with an Editor command that changes the foreground or background color of the text.
Use the kendoEditorForeColor
or kendoEditorBackColor
directive (more information).
<kendo-toolbar-colorpicker kendoEditorForeColor></kendo-toolbar-colorpicker>
Selector
kendo-toolbar-colorpicker
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabled |
|
|
Specifies if the component is disabled. |
editorCommand |
|
Specifies the color-related command that the component executes. | |
icon |
|
Specifies the Kendo UI font icon that the component uses. | |
paletteSettings |
|
Overrides the default color palette settings. | |
svgIcon |
|
Defines an SVGIcon to render 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 renders a gradient, palette, or both in its popup. |
Fields
Name | Type | Default | Description |
---|---|---|---|
tabindex |
|
|
Specifies the tab index of the component. |