I have an external spellchecker (ASPSpellCheck) that identifies spelling errors correctly within the editor, and it makes the appropriate corrections, but those corrections are not reflected in the editor's displayed value. When doing a Request.Form of the values on a subsequent page, the spelling corrections are there. I've reviewed the documentation, but I did not see anything that would refresh the editor text with a JavaScript command. Is there a command like this available?
Thanks.