Search results

RibbonColorPickerSettingsModel API in JavaScript Ribbon API control

Interface for a class RibbonColorPickerSettings

Properties

beforeClose

EmitType<BeforeOpenCloseEventArgs>

Event triggers before closing the ColorPicker popup.

beforeOpen

EmitType<BeforeOpenCloseEventArgs>

Event triggers before opening the ColorPicker popup.

beforeTileRender

EmitType<PaletteTileEventArgs>

Event triggers while rendering each palette tile.

change

EmitType<ChangeEventArgs>

Event triggers while changing the colors. It will be triggered based on the showButtons property. If the property is false, the event will be triggered while selecting the colors. If the property is true, the event will be triggered while apply the selected color.

created

EmitType<Event>

Event triggers once the color picker is created.

open

EmitType<OpenEventArgs>

Event triggers while opening the ColorPicker popup.

select

EmitType<ColorPickerEventArgs>

Event triggers while selecting the color in picker / palette, when showButtons property is enabled.

columns

number

Defines the number of columns to be rendered in the color picker palette.

cssClass

string

Defines one or more CSS classes to customize the appearance of the color picker.

enableOpacity

boolean

Defines whether to enable the opacity option in the color picker.

htmlAttributes

{ [key: string]: string }

Specifies additional HTML attributes to be applied to the color picker.

label

string

Specifies the label text for the overflow item.

mode

ColorPickerMode

Defines the rendering mode of the color picker.

modeSwitcher

boolean

Defines whether to show / hide the mode switcher button in the color picker.

noColor

boolean

Defines whether to enable / disable the palette section in the color picker.

presetColors

{ [key: string]: string[] }

Defines the custom colors to load in the color picker palette.

showButtons

boolean

Defines whether to show / hide the control buttons (apply / cancel) in the color picker.

value

string

Specifies the value of the color picker. The value should be a valid hex color code.