Can you enable spell check within Forms Designer for text and rich text fields?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Published on behalf of Ruby Foose:
User would like to have our text/rich text fields spell check when typing a message. kind of like it is here. If I type an incorrect word, I receive the squiggly line beneath. When typing in the fields on SP, I don’t get that unless I click on spell check in the ribbon?
User would like to have our text/rich text fields spell check when typing a message. kind of like it is here. If I type an incorrect word, I receive the squiggly line beneath. When typing in the fields on SP, I don’t get that unless I click on spell check in the ribbon?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Here we have two options:
1. Disabling SharePoint spell checking at the farm level. (Central Administration -> System settings -> Manage farm features -> Deactivate 'Spell Checking' feature).
2. Use the default spell checking provided by a browser in conjunction with the SharePoint spell checking for specific forms. Put the following code into JS-editor of Forms Designer:
1. Disabling SharePoint spell checking at the farm level. (Central Administration -> System settings -> Manage farm features -> Deactivate 'Spell Checking' feature).
2. Use the default spell checking provided by a browser in conjunction with the SharePoint spell checking for specific forms. Put the following code into JS-editor of Forms Designer:
Code: Select all
$('body').attr('spellcheck', 'true');
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
This is a native browser feature, so I don't think that you can handle it via JavaScript.
- Adam Reyes
- Posts: 35
- Joined: Tue Mar 04, 2014
Will this work for Office 365 version of Forms Designer? When I use it, it doesn't seem to highlight any errors.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 8 guests