Skip to content

Commit 338d479

Browse files
933118: Added notes for possibility of modifying the predefined highlight colors in Core and MVC.
1 parent fb8b0f4 commit 338d479

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ The following table illustrates all the possible properties for the color picker
4242
| disabled | It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open. Defaults to false |
4343
| mode | It is used to render the ColorPicker with the specified mode. Defaults to ‘Picker’ |
4444
| modeSwitcher | It is used to show / hide the mode switcher button of ColorPicker component. Defaults to true |
45-
| showButtons | It is used to show / hide the control buttons (apply / cancel) of ColorPicker component. Defaults to true |
45+
| showButtons | It is used to show / hide the control buttons (apply / cancel) of ColorPicker component. Defaults to true |
46+
47+
48+
>**Note**: According to the Word document specifications, it is not possible to modify the predefined highlight colors.

0 commit comments

Comments
 (0)