I want to make a function that creates a list of the words that are misspelled inside a textarea. Is there a way to get the words that are underlined in red for being misspelled according to the default dictionary/spellchecker?
I know I could do it with a dictionary of 'my own' and check with that, but I'm aiming to do it using the automatic spellchecker textboxes have. Thanks in advance.