From 338d47936459dc3e71a237298792eacd02c152e0 Mon Sep 17 00:00:00 2001 From: kavitha Muralitharan Date: Fri, 24 Jan 2025 12:55:35 +0530 Subject: [PATCH 1/4] 933118: Added notes for possibility of modifying the predefined highlight colors in Core and MVC. --- .../document-editor/how-to/customize-color-picker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md index 28fa60756d..cbf965ee9f 100644 --- a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md +++ b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md @@ -42,4 +42,7 @@ The following table illustrates all the possible properties for the color picker | disabled | It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open. Defaults to false | | mode | It is used to render the ColorPicker with the specified mode. Defaults to ‘Picker’ | | modeSwitcher | It is used to show / hide the mode switcher button of ColorPicker component. Defaults to true | -| showButtons | It is used to show / hide the control buttons (apply / cancel) of ColorPicker component. Defaults to true | \ No newline at end of file +| showButtons | It is used to show / hide the control buttons (apply / cancel) of ColorPicker component. Defaults to true | + + +>**Note**: According to the Word document specifications, it is not possible to modify the predefined highlight colors. \ No newline at end of file From 9ddbfa2ea9911937f0d89657519a90e800c370e7 Mon Sep 17 00:00:00 2001 From: kavitha Muralitharan Date: Fri, 24 Jan 2025 13:31:35 +0530 Subject: [PATCH 2/4] 933118: Resolved Spelling error --- .../document-editor/how-to/customize-color-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md index cbf965ee9f..8907b9c631 100644 --- a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md +++ b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md @@ -36,7 +36,7 @@ Similarly, you can use `documentEditorSettings` property for DocumentEditor also The following table illustrates all the possible properties for the color picker. -| Property | Behaviour | +| Property | Behavior | |---|---| | columns | It is used to render the ColorPicker palette with specified columns. Defaults to 10 | | disabled | It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open. Defaults to false | From 47c4cb0b2b5ffe5aa3209debbc69a1c504a102f4 Mon Sep 17 00:00:00 2001 From: kavitha Muralitharan Date: Fri, 24 Jan 2025 13:40:18 +0530 Subject: [PATCH 3/4] 933118: Resolved Tag issue --- .../document-editor/how-to/customize-color-picker.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md index 8907b9c631..569852b147 100644 --- a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md +++ b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md @@ -22,7 +22,9 @@ Similarly, you can use `documentEditorSettings` property for DocumentEditor also {% include code-snippet/document-editor-container/customize-color-picker/tagHelper %} {% endhighlight %} {% highlight c# tabtitle="customize-color-picker.cs" %} -{% endhighlight %}{% endtabs %} +{% include code-snippet/document-editor-container/customize-color-picker/document-editor.cs %} +{% endhighlight %} +{% endtabs %} {% elsif page.publishingplatform == "aspnet-mvc" %} @@ -31,7 +33,9 @@ Similarly, you can use `documentEditorSettings` property for DocumentEditor also {% include code-snippet/document-editor-container/customize-color-picker/razor %} {% endhighlight %} {% highlight c# tabtitle="customize-color-picker.cs" %} -{% endhighlight %}{% endtabs %} +{% include code-snippet/document-editor-container/customize-color-picker/document-editor.cs %} +{% endhighlight %} +{% endtabs %} {% endif %} The following table illustrates all the possible properties for the color picker. From 47a81bd5afce3386ff9f1a0278180815fbe39818 Mon Sep 17 00:00:00 2001 From: Kavitha Muralitharan <98306850+KAVITHAMURALITHARAN@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:39:17 +0530 Subject: [PATCH 4/4] 933118: Added review changes --- .../document-editor/how-to/customize-color-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md index 569852b147..913afa9e41 100644 --- a/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md +++ b/ej2-asp-core-mvc/document-editor/how-to/customize-color-picker.md @@ -49,4 +49,4 @@ The following table illustrates all the possible properties for the color picker | showButtons | It is used to show / hide the control buttons (apply / cancel) of ColorPicker component. Defaults to true | ->**Note**: According to the Word document specifications, it is not possible to modify the predefined highlight colors. \ No newline at end of file +>**Note**: According to the Word document specifications, it is not possible to modify the **`Predefined Highlight colors`**. This limitation means that the range of highlight colors provided by default cannot be customized or expanded upon by the user to suit individual preferences. Consequently, users must work within the confines of the existing color palette, as no functionality currently exists to modify or personalize these predefined highlighting options.