FieldsToSpellCheck

The default value is "ALL" which spell checks every textarea, HTML text input and rich editor on the page.

FieldsToSpellCheck is very diverse in that you can enter the ID or ClientId for any object in the webpage - and it can be spellchecked. This can also target an HTM element by its ID. E.g. FieldsToSpellCheck = 'textBox1';

FieldsToSpellCheck can also be set to a list of fields to be spellchecked together E.g. FieldsToSpellCheck = 'textBox1,textBox2';


Collections

FieldsToSpellCheck can be set to target entire types of HTML form element.

  • All Textareas: FieldsToSpellCheck = "TEXTAREAS"
  • All HTML Textinputs: FieldsToSpellCheck = "TEXTINPUTS"
  • All Textareas and Textinputs which are not disabled and not readonly : FieldsToSpellCheck = "ENABLED"
  • All Rich HTML (WYSIWYG) editors: FieldsToSpellCheck = "EDITORS" Read more about ASPNetSpell & editors...

Rich HTML editors are automatically detected - whatever the trpe

Frames

  • You can spell-check the contents of any iframe by setting: FieldsToSpellCheck = "IFRAME:0"

Or "IFRAME:1", "IFRAME:2". Iframes are numbered by their order of appearance on the page.