You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Blazor Rich Text Editor – How to Customize the Built-in Spell Check Service
8
2
9
3
This example customizes the built-in spell check service of the DevExpress [Blazor Rich Text Editor](https://docs.devexpress.com/Blazor/401891/rich-text-editor) component.
@@ -12,7 +6,7 @@ The code adds French and German dictionaries to its list of supported dictionari
12
6
13
7
This example also changes the maximum number of suggestions and allows users to add words to dictionaries.
14
8
15
-

9
+

16
10
17
11
## Overview
18
12
@@ -64,7 +58,7 @@ The Rich Text Editor uses all dictionaries to check spelling when the `DocumentC
64
58
## More Examples
65
59
66
60
-[Blazor Rich Text Editor - How to implement custom document save capabilities](https://github.com/DevExpress-Examples/blazor-dxrichedit-custom-saving)
67
-
-[Blazor Rich Text Editor - How to export a document to a file (HTML format)](https://github.com/DevExpress-Examples/blazor-dxrichedit-export-to-html)
61
+
-[Blazor Rich Text Editor - How to export a document to a file (DOC format)](https://github.com/DevExpress-Examples/blazor-dxrichedit-export-to-doc)
68
62
<!-- feedback -->
69
63
## Does this example address your development requirements/objectives?
0 commit comments