Keyoti RapidSpell Web .NET Help Docs
AutoLaunchWhenTextInvalid Property
API DocumentationKeyoti.RapidSpellRapidSpellWebMultipleAutoLaunchWhenTextInvalid
Keyoti RapidSpell Web .NET
Whether to start the spell check automatically when constituent launchers are IsValid=false.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoLaunchWhenTextInvalid { get; set; }
Public Property AutoLaunchWhenTextInvalid As Boolean
public:
property bool AutoLaunchWhenTextInvalid {
	bool get ();
	void set (bool value);
}
Remarks
Simply set the Validator property in each RapidSpellWebLauncher to true, and assign the RapidSpellWebMultiple as usual. When validation is performed on the server, if there are errors and the spell check hasn't already been performed then the validation warning will be shown. The user can leave spelling 'errors' in the text box (because some words, such as names, are not known by the spell checker, but are valid), but they must at least run the spell check if there are errors. Set the AutoLaunchWhenTextInvalid property to true to have the spell check launch automatically after the page posts back - however, understand that most pop-up blockers will block pop-up windows opened without direct user action.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625