We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9574e7e + 2cc88eb commit 3fb3841Copy full SHA for 3fb3841
Document-Processing/code-snippet/document-editor/asp-net-mvc/spell-checker/razor
@@ -1,4 +1,4 @@
1
-@Html.EJS().DocumentEditor("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSpellChecker(true).Render()
+@Html.EJS().DocumentEditor("container").IsReadOnly(false).EnableEditor(true).EnableSelection(true).EnableSpellCheck(true).Render()
2
3
<script>
4
var documenteditor;
0 commit comments