newSentenceOnEachNewLine

This Boolean property is used to decide if the spell-check engine will expect a new sentence after each carriage return (new line).  This is useful to ensure proper grammar as per a word-processor, but may not be appropriate for more 'casual' web forms.

The default value is false.

Example

var oSpell = new JavaScriptSpellCheck();
oSpell.newSentenceOnEachNewLine = true