Skip to content

Commit 67083e2

Browse files
committed
993089: added valid server link for spellcheck in document editor
1 parent 6d4b005 commit 67083e2

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

Document-Processing/Word/Word-Processor/angular/spell-check.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ Document Editor provides multi-language spell check support. You can add as many
7373
this.container.documentEditor.spellChecker.languageID = 1033; //LCID of "en-us";
7474
```
7575

76-
* Refer to the [Spell checker](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.
77-
7876
### EnableOptimizedSpellCheck
7977

8078
Document Editor provides option to spellcheck page by page when loading the documents. The default value of this property is false, so when opening the document spellcheck web API will be called for each word in the document. To optimize the frequency of spellcheck web API calls, you can enable this property.
@@ -162,4 +160,6 @@ Ignore All: ignore all occurrence of a word from error in the entire document.
162160

163161
Using this option, you can open spell check dialog. Please see below screenshot for your reference.
164162

165-
![Spell check dialog](images/spell-check-dialog.png)
163+
![Spell check dialog](images/spell-check-dialog.png)
164+
165+
* Refer to the [Spell checker](https://help.syncfusion.com/document-processing/word/word-processor/angular/web-services/core#spell-check) link for configuring spell checker in server-side.

Document-Processing/Word/Word-Processor/asp-net-core/spell-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ Using this option, you can open spell check dialog.
147147

148148
![Spell check dialog](images/spell-check-dialog.png)
149149

150-
* Refer to the [Spell checker](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.
150+
* Refer to the [Spell checker](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Web-Services/tree/master/ASP.NET%20Core#steps-to-configure-spell-checker) link for configuring spell checker in server-side.

Document-Processing/Word/Word-Processor/asp-net-mvc/spell-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ Using this option, you can open spell check dialog.
147147

148148
![Spell check dialog](images/spell-check-dialog.png)
149149

150-
* Refer to the [Spell checker](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.
150+
* Refer to the [Spell checker](https://github.com/SyncfusionExamples/EJ2-Document-Editor-Web-Services/tree/master/ASP.NET%20MVC#spell-check) link for configuring spell checker in server-side.

Document-Processing/Word/Word-Processor/javascript-es5/spell-check.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ Ignore All: ignore all occurrence of a word from error in the entire document.
159159
Using this option, you can open spell check dialog. Please see below screenshot for your reference.
160160

161161
![Spell check dialog in JavaScript document editor](images/spell-check-dialog.png)
162+
163+
* Refer to the [Spell checker](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/web-services/core#spell-check) link for configuring spell checker in server-side.

Document-Processing/Word/Word-Processor/javascript-es6/spell-check.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ Ignore All: ignore all occurrence of a word from error in the entire document.
159159
Using this option, you can open spell check dialog. Please see below screenshot for your reference.
160160

161161
![Spell check dialog in JavaScript document editor](images/spell-check-dialog.png)
162+
163+
* Refer to the [Spell checker](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/web-services/core#spell-check) link for configuring spell checker in server-side.

Document-Processing/Word/Word-Processor/react/spell-check.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ documentEditor.spellChecker.allowSpellCheckAndSuggestion = false;
9797

9898
Document Editor provides multi-language spell check support. You can add as many languages (dictionaries) in the server-side and to use that language for spell checking in Document Editor, it must be matched with [`languageID`](https://ej2.syncfusion.com/react/documentation/api/document-editor/spellChecker#languageid) you pass in the Document Editor.
9999

100-
```ts
101-
documentEditor.spellChecker.languageID = 1033; //LCID of "en-us";
102-
```
103-
104-
* Refer to the [Spell checker](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.
100+
```ts
101+
documentEditor.spellChecker.languageID = 1033; //LCID of "en-us";
102+
```
105103

106104
### EnableOptimizedSpellCheck
107105

@@ -190,4 +188,6 @@ Ignore All: ignore all occurrence of a word from error in the entire document.
190188

191189
Using this option, you can open spell check dialog. Please see below screenshot for your reference.
192190

193-
![Spell check dialog](images/spell-check-dialog.png)
191+
![Spell check dialog](images/spell-check-dialog.png)
192+
193+
* Refer to the [Spell checker](https://help.syncfusion.com/document-processing/word/word-processor/react/web-services/core#spell-check) link for configuring spell checker in server-side.

Document-Processing/Word/Word-Processor/vue/spell-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Using this option, you can open spell check dialog. Please see below screenshot
200200

201201
![Spell check dialog](images/spell-check-dialog.png)
202202

203-
* Refer to the [Spell checker](https://gitea.syncfusion.com/essential-studio/ej2-documenteditor-server/) link for configuring spell checker in server-side.
203+
* Refer to the [Spell checker](https://help.syncfusion.com/document-processing/word/word-processor/vue/web-services/core#spell-check) link for configuring spell checker in server-side.

0 commit comments

Comments
 (0)