|
Rank: Advanced Member Groups: Member
Joined: 7/17/2015 Posts: 53
|
Dear EO-Support-Team,
we want to disable the spell checker for input fields in EO-Webbrowser to avoid the red underlines under words. Is there a way to do this without a dialog or a menue? How can we do this? Is there a special commandlineArgs (webView.Engine.Options.ExtraCommandLineArgs =) or sth. like that? We looked up in the API References and I found EO.Web.SpellChecker. I generated a spellchecker object and set its Enabled proberty to false. But I can't find a method or a way to embed this spellchecker to the webbrowser. How can I do this? Could you please help?
Best regards
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
There is no way to disable that in the current build. We will look into it and see if we can add that in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, We have posted a new build that added support for this. You will need to set this property to false: http://www.essentialobjects.com/doc/eo.webengine.engineoptions.disablespellchecker.aspxSee here for more information on how to set engine options: http://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspxThanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/17/2015 Posts: 53
|
This works fine!
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
You are very welcome. Please feel free to let us know if there is anything else.
|
|