Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Spell Checking the WebHTMLEditor
posted

I give the SpellChecker the ID of my WebHTMLEditor:

 

 

 

TextComponentId="WebHtmlEditor1"

But it uses/displays the data in the editor's HTML buffer instead of plain-text. In SpellChecker, I see all the <P> tags within the editor's data.

What property of the SpellChecker do I use to force it to use a different WebHTMLEditor property, such that it displays/checks the non-HTML data?

Thanks