|
|
|
"This ASP.NET SpellChecker worked quite well for us.
It has everything you would expect from a "normal"
SpellChecker. But two "extra" features got me sold.
One is the amount of language it supports, the other
is the ability to spell check multiple textbox in a
single pass. Both are very important to us."
Kevin, Toronto
|
|
|
Feature Highlights
-
Cross browser, cross platform
Like all other EO.Web Controls, EO.Web Spell Checker supports all the popular browsers:
IE 5.5+, FireFox 1.0+, Mozilla 1.3+, Opera 7.2+, Safari 1.3+ and Chrome;
-
Traditional dialog based UI or in-place correction with Context Menu
EO.Web SpellChecker can display spell errors with a dialog and allow
you to review one by one, or provide a context menu for you to activate
in-place on each error to take possible actions;
-
Sound Like match supports
Turn on sound like match to make suggestions based on phonetic similarities.
Sound like match works very well when user knows (or
vaguely knows) how to pronounce the word but does not know the
exact spelling;
-
Checking Multiple Elements in one Pass
Have multiple textboxes in your page and they all need to
be spell checked? Already covered. EO.Web SpellChecker can
check all of them in a single pass.
-
Dozens of languages supported
Supports OpenOffice(R) dictionary files which are available
for dozens of languages (Most dictionary files are covered
by BSD license and allow proprietary commercial use).
-
Closely Integrated with EO.Web Editor
EO.Web SpellChecker is closely integrated with EO.Web Editor
and is directly accessible from a toolbar button within the
editor.
|
How to use EO.Web Controls?
-
If you use Visual Studio
Simply download and install our product and the setup will add all controls to your
toolbox. Drag and drop the control from the toolbox to your Web Form and you are
all set;
-
If you do not use Visual Studio
If you do not use a development tool like Visual Studio, follow these easy steps:
- Copy EO.Web.dll to your application's bin folder;
- Add the following code to the top of the page;
<%@ Register assembly="EO.Web"
namespace="EO.Web" tagprefix="eo" %>
- Copy the control definition from any of our sample page source code. Source code
for all the samples are included in the download package;
Now you are ready to go!
Additional Resources
-
Product Documentation
All features are explained in great details in the product documentation. It also
contains complete reference information for each type, property or method;
-
Samples
Source code for all the live demos is included in the download package. You can
install them and run the samples locally on your machine and see how it works;
-
Technical Support
Still have questions? Post in our support forum and we will answer them quickly.
Our turn around time is among the best in the industry.
|
|