Screenshot Preview

RapidSpell Web .NET - Summary

by Keyoti - Product Type: Component / ASP.NET WebForms / 100% Managed Code / AJAX / ASP

Summary

RapidSpell Web .NET by Keyoti

URLs: rapidspell-web-net, rapidspell web net, rapidspellwebnet, keyoti

Add spell checker functionality into Web applications with a couple of lines of ASP.NET code. RapidSpell Web provides ASP.NET developers and designers with a cross browser (and multi client platform) Web Control that requires no client installation, no special security settings and as much programmatic flexibility as you want. Written for .NET in C#, RapidSpell Web includes 2 interfaces, an inline highlighter and a fast (no post back) dialog interface. Includes 5 English dictionaries, including 140,000 word U.S + U.K. dictionaries (separate and combined), plus Canadian and Australian English.

RapidSpell Web provides a spelling component to add spell check functionality to your web applications, by simply adding the Web Control to an aspx page (Web Form) or directly accessing the classes in a code behind page.

There are no programming skills required to use RapidSpell Web, making it accessible to ASP.NET page designers, with strong visual designer (VS) design time support. The UI provides all the usual features, add, change, change all, ignore, ignore all, and smart suggestions.

The RapidSpellWInline control provides Windows style in-text-box highlighting, with editable text box support for modern browsers and static 'overlay' support for older browsers.

It interactively checks any HTML text box component such as "textarea" and "input type='text'" and 3rd Party controls, such as RichTextBox(tm). The spell checker UI features an advanced preview pane to interactively highlight errors (with no post back). The spell checker accepts manual corrections, and also supports user dictionaries (either one dictionary for all users or separate user dictionaries).

The included non GUI component provides core spell checker functionality at the middleware level, which means it is suitable for server applications as well as any console application. It has been clocked at 70,000 words/sec on a standard 1GHz PC.

RapidSpell Web works in both Internet Explorer and Netscape, because it uses only HTML and Javascript on the web browser, this also means there are no special requirements, no long downloads, like with some spell checker Web Controls.

It is easy to use RapidSpell Web as a Web Control in an aspx page or programmatically in code behind, either way full customisation of style, layout and properties is possible. Using a simple HTML template mechanism it is also possible to layout the spell checker as you wish, including branding. All dictionaries (main and user's) are stored on the server, yet the user's spell checking experience is not hampered by any post-backs to the server, because there are none.

RapidSpell Web functions in one of two modes, 'popup' - which open's a small console window with the spell checker in it or in 'separate' - which loads the spell checker in the main window on a separate page, there are no restrictions with either of these modes.

Two powerful suggestions engines can be used to find good suggestions for words, including an exclusive 'sounds-like' algorithm. RapidSpell Web was designed to .NET 1.0 specification and supports legacy browsers, Internet Exporer (IE) 5+ and Netscape (NS) 6+.

What's New in RapidSpell Web V3.8?

Internet Explorer 9 support added

Firefox 4 support added

Autoclose popup window when user navigates away from main page

What's New in RapidSpell Web V3.7?

.NET 4 DLLs and VS 2010 demos included

What's New in RapidSpell Web V3.6?

Faster performance with large texts.

Fix occasional loss of characters in inline textbox in as-you-type mode

Fix issue with image buttons in popup dialog

Fix issue with certain characters copied from Word to the inline textbox

Workaround Safari bug with multiple launchers

What's New is in RapidSpell Web V3.5?

Ignore All & Change All operations are now global (affect all textboxes during a check) in dialog spell checker. To revert to old behaviour (local) please set GlobalIgnoreAll="false" and GlobalChangeAll="false" in the RapidSpellWeb control (popup page).

Added consistent ClientSideObject interface for downlevel browsers rendering RapidSpellWInlineTextBox

RapidSpellWInlineTextBox client side events can now also be hooked up using HTML attributes, "onblur", "oncontextmenu", "oncorrection", "onfocus", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseup", "onpaste"

What's New is in RapidSpell Web V3.0?

Improved as-you-type spell checking behavior under slow network conditions (text change reconciliation)

Use of multiple RapidSpellWebMultiple controls on a page is now supported.

Retro-fit XmlHttpRequest server access for capable browsers

Added new RapidSpellCheckerClient control, which provides AJAXbased programmatic Javascript spell checking.

Added RightClickForMenu property to RapidSpellWInline to switch context menu from left to right click (default = false / left)

Added TextComponentInterface.Automatic which simplifies usage with rich/html textboxes.

Added support for "ASP.NET AJAX" RTM 1.0.

Added built-in support for GridView usage.

Improved/simplified client side API usage of RapidSpellWebLauncher, RapidSpellWInlineTextBox and RapidSpellWInline (see userguide)

Added RapidSpellWInline.ValidatorNeedsText event to allow validator usage with rich/html textboxes.

Added properties for "No suggestions" and "Remove duplicate word" text.

Allow .NET 2 users to use external stylesheets in addition to internal ones.

Added 'Change All' functionality in RapidSpellWInline, see ShowChangeAllItem property

Added support for HTML/Rich text boxes (including Dart's PowerWEBTextBox)

RapidSpellWInline control added, which provides a new 'inline' highlighting interface

RapidSpellWInlineTextBox control added providing in-document highlighting in modern browsers

Validator behavior added, allowing text boxes to be validated for spelling before saving

Undo functionality added to traditional spell checker

Smooth multiple text box checking added to RapidSpellWebMultiple

Simpler license key usage

Field being checked' text added (useful for multiple text boxes)

Simpler multiple text box checking with grids and lists

Simple access to dictionary caching added

Added ability to ignore URLs and emails, as well as custom regex patterns

Added ability to specify custom style-sheets for RapidSpellWInlineTextBox and RapidSpellWInline

Added ShowAddButtonAlways property to RapidSpellWInline to override Add button hiding when UserDictionaryFile is not specified

Enabled property in RapidSpellWInline/RapidSpellWebLauncher now automatically effects the button

XML/HTML parser speed improved

RapidSpellWeband RapidSpellWebLauncher common code moved to JS files (.NET 1) and embedded scripts (.NET 2)

Multiple text box 'as you type' style demo added

What's New is in V2.x

Portuguese LanguageType added, includes Portuguese GUI text

SSLFriendlyPage property added so that path to 'blank' html page is settable

AllowMixedCase property sets whether words in mixed case that do not appear exactly as such in dictionary will be reported as an error

FireFox V1 support added

Ignoring words with numbers is optional through new IgnoreWordsWithDigits property

Addition of client side event listeners "StartedOnTextBoxListener" and "FinishedOnTextBoxListener" to RapidSpellWebMultiple make features such text box highlighting possible (see updated DynamicList.aspx demo)

New server-side event "Finish" added to RapidSpellWebLauncher and RapidSpellWebMultiple controls, use with PostBackOnFinish=true to run server-side code when spell check is complete

New demos added for the Repeater control and hiding/showing text boxes

Improved ease of use, setting text control to spell check is simpler, especially for situations involving data grids, lists, and user controls

New RapidSpellWebMultiple control makes checking multiple text boxes simple

Duplicate word detection; such as "this is is duplicated"

Support for Opera and Safari browsers

Design Time improvements; more properties for setting style and text

'Preview Pane' now set-able to X%, allowing it to resize with pop-up window size (useful for users who wish to pull the popup bigger)

Improved dictionaries; the UK, US & Combined English dictionaries have been enlarged, Canadian and Australian dictionaries are now available, free of charge

Add spell checker functionality into Web applications with a couple of lines of ASP.NET code.

Pricing: RapidSpell Web .NET V3.8 With 1 Year Maintenance 1 Developer/Web-Site/Server License - Includes 1 Years Maintenance - all upgrades, RapidSpell Web .NET V3.8 With 1 Year Maintenance 4 Developer/Web-Site/Server License - Includes 1 Years Maintenance - all upgrades, RapidSpell Web .NET V3.8 With 1 Year Maintenance 8 Developer/Web-Site/Server License - Includes 1 Years Maintenance - all upgrades, RapidSpell Web .NET V3.8 With 1 Year Maintenance 1 Site Wide/Unlimited License/OEM - Includes 1 Years Maintenance - all upgrades, RapidSpell Web .NET V3.8 With 1 Year Maintenance 1 Enterprise License Includes 1 Years Maintenance - all upgrades, RapidSpell Web .NET V3.8 1 Developer/Web-Site/Server License, RapidSpell Web .NET V3.8 4 Developer/Web-Site/Server License, RapidSpell Web .NET V3.8 8 Developer/Web-Site/Server License, RapidSpell Web .NET V3.8 1 Site Wide/Unlimited License/OEM, RapidSpell Web .NET V3.8 1 Enterprise License, RapidSpell Web .NET V3.8 - Upgrades 1 Developer/Web-Site/Server License Upgrade from V2.x, RapidSpell Web .NET V3.8 - Upgrades 4 Developer/Web-Site/Server License Upgrade from V2.x, RapidSpell Web .NET V3.8 - Upgrades 8 Developer/Web-Site/Server License Upgrade from V2.x, RapidSpell Web .NET V3.8 - Upgrades 1 Site Wide/Unlimited License/OEM Upgrade from V2.x, RapidSpell Web .NET V3.8 - Upgrades 1 Developer/Web-Site/Server License Upgrade from V1.x, RapidSpell Web .NET V3.8 - Upgrades 4 Developer/Web-Site/Server License Upgrade from V1.x, RapidSpell Web .NET V3.8 - Upgrades 8 Developer/Web-Site/Server License Upgrade from V1.x, RapidSpell Web .NET V3.8 - Upgrades 1 Site Wide/Unlimited License/OEM Upgrade from V1.x, RapidSpell Web .NET Maintenance Renewal 1 Developer/Web-Site/Server Maintenance Renewal License, RapidSpell Web .NET Maintenance Renewal 4 Developer/Web-Site/Server Maintenance Renewal License, RapidSpell Web .NET Maintenance Renewal 8 Developer/Web-Site/Server Maintenance Renewal License, RapidSpell Web .NET Maintenance Renewal 1 Site Wide/Unlimited License/OEM Maintenance Renewal License, RapidSpell Web .NET Maintenance Renewal 1 Enterprise Maintenance Renewal License, RapidSpell Web .NET Source Code Escrow Annual Subscription - (An Escrow Agreement will be sent to you for signature - please read Licensing section below)

Evals & Downloads: Read the RapidSpell Web .NET help file, Browse the RapidSpell Web .NET Licensing Information, Read the RapidSpell Web .NET End User License Agreement, Download the RapidSpell Web .NET V3.8 evaluation on to your computer- Localhost Limited

Operating System for Deployment: Windows 7, Windows Vista, Windows XP, Windows 2000

Architecture of Product: 32Bit

Product Type: Component

Component Type: ASP.NET WebForms, 100% Managed Code, AJAX

Application Type: ASP

Built Using: Visual C# .NET

Compatible Containers: Microsoft Visual Studio 2010, Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Studio .NET 2003, Microsoft Visual Studio .NET, Microsoft Visual Basic 2010, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual Basic .NET 2003, Microsoft Visual Basic .NET, Microsoft Visual C++ 2010, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C++ .NET 2003, Microsoft Visual C++ .NET, Microsoft Visual C# 2010, Microsoft Visual C# 2008, Microsoft Visual C# 2005, Microsoft Visual C# .NET 2003, Microsoft Visual C# .NET, Delphi 2005 (9.0), .NET Framework 4.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, .NET Framework 1.1, .NET Framework 1.0

Product Class: User Interface Components

Keywords: Keyoti RapidSpell, Keyoti RapidSpell Web

Keyoti

Spelling spell spel speling check spellcheck

Part numbers: PC-513480-364311 513480-364311 PC-513480-364312 513480-364312 PC-513480-364313 513480-364313 PC-513480-364314 513480-364314 PC-513480-364315 513480-364315 PC-513480-364297 513480-364297 PC-513480-364298 513480-364298 PC-513480-364299 513480-364299 PC-513480-364300 513480-364300 PC-513480-364310 513480-364310 PC-513480-364302 513480-364302 PC-513480-364303 513480-364303 PC-513480-364304 513480-364304 PC-513480-364305 513480-364305 PC-513480-364306 513480-364306 PC-513480-364307 513480-364307 PC-513480-364308 513480-364308 PC-513480-364309 513480-364309 PC-513480-364316 513480-364316 PC-513480-364317 513480-364317 PC-513480-364318 513480-364318 PC-513480-364319 513480-364319 PC-513480-364320 513480-364320 PC-513480-364301 513480-364301

Mfr. Part No: MRSWEB.NET1 MRSWEB.NET4 MRSWEB.NET8 MRSWEB.NETENT MRSWEB.NETSITE RSWEB.NET1 RSWEB.NET4 RSWEB.NET8 RSWEB.NETENT RSWEB.NETSITE

Product Search

Enter search words:

Why buy from ComponentSource?

ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.

More Info | About Us

Award