Javascript (AJAX) based text oriented spell checker object.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class RapidSpellCheckerClient : WebControl
public class RapidSpellCheckerClient : WebControl
Public Class RapidSpellCheckerClient Inherits WebControl
Public Class RapidSpellCheckerClient Inherits WebControl
public ref class RapidSpellCheckerClient : public WebControl
public ref class RapidSpellCheckerClient : public WebControl
type RapidSpellCheckerClient = class inherit WebControl end
type RapidSpellCheckerClient = class inherit WebControl end

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | RapidSpellCheckerClient()()()() | |
![]() | AccessKey | (Inherited from WebControl.) |
![]() | Adapter | (Inherited from Control.) |
![]() | AddAttributesToRender(HtmlTextWriter) | (Inherited from WebControl.) |
![]() | AddedControl(Control, Int32) | (Inherited from Control.) |
![]() | AddParsedSubObject(Object) | (Inherited from Control.) |
![]() | AllowMixedCase | Whether to allow words spelt with mixed case, eg. "MIxEd" |
![]() | ApplyStyle(Style) | (Inherited from WebControl.) |
![]() | ApplyStyleSheetSkin(Page) | (Inherited from Control.) |
![]() | AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
![]() | Attributes | (Inherited from WebControl.) |
![]() | BackColor | (Inherited from WebControl.) |
![]() | BeginRenderTracing(TextWriter, Object) | (Inherited from Control.) |
![]() | BindingContainer | (Inherited from Control.) |
![]() | BorderColor | (Inherited from WebControl.) |
![]() | BorderStyle | (Inherited from WebControl.) |
![]() | BorderWidth | (Inherited from WebControl.) |
![]() | BuildProfileTree(String, Boolean) | (Inherited from Control.) |
![]() | CheckCompoundWords | Whether to check for compound words, setting this to true is essential for languages such as German which
allow for compound words. |
![]() | ChildControlsCreated | (Inherited from Control.) |
![]() | ClearCachedClientID()()()() | (Inherited from Control.) |
![]() | ClearChildControlState()()()() | (Inherited from Control.) |
![]() | ClearChildState()()()() | (Inherited from Control.) |
![]() | ClearChildViewState()()()() | (Inherited from Control.) |
![]() | ClearEffectiveClientIDMode()()()() | (Inherited from Control.) |
![]() | ClientID | (Inherited from Control.) |
![]() | ClientIDMode | (Inherited from Control.) |
![]() | ClientIDSeparator | (Inherited from Control.) |
![]() | ClientSideObject |
The name of the Javascript variable holding an instance of the spell checker.
|
![]() | ConsiderationRange | The size factor for words to consider for suggestions,
lower values are faster but consider less words for suggestions. Default is 80.
If w <= 1 this method won't do anyting.
|
![]() | Context | (Inherited from Control.) |
![]() | Controls | (Inherited from Control.) |
![]() | ControlStyle | (Inherited from WebControl.) |
![]() | ControlStyleCreated | (Inherited from WebControl.) |
![]() | CopyBaseAttributes(WebControl) | (Inherited from WebControl.) |
![]() | CreateChildControls()()()() | (Inherited from Control.) |
![]() | CreateControlCollection()()()() | (Inherited from Control.) |
![]() | CreateControlStyle()()()() | (Inherited from WebControl.) |
![]() | CssClass | (Inherited from WebControl.) |
![]() | DataBind()()()() | (Inherited from Control.) |
![]() | DataBind(Boolean) | (Inherited from Control.) |
![]() | DataBindChildren()()()() | (Inherited from Control.) |
![]() | DataBinding | (Inherited from Control.) |
![]() | DataItemContainer | (Inherited from Control.) |
![]() | DataKeysContainer | (Inherited from Control.) |
![]() | DesignMode | (Inherited from Control.) |
![]() | DictFile | (Optional) main dictionary (.dict) file on the server. |
![]() | Dispose()()()() | (Inherited from Control.) |
![]() | Disposed | (Inherited from Control.) |
![]() | Enabled | (Inherited from WebControl.) |
![]() | EnableTheming | Theming is currently disabled. Support to be added in later versions. (Overrides WebControl.EnableTheming.) |
![]() | EnableViewState | (Inherited from Control.) |
![]() | EndRenderTracing(TextWriter, Object) | (Inherited from Control.) |
![]() | EnsureChildControls()()()() | (Inherited from Control.) |
![]() | EnsureID()()()() | (Inherited from Control.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Events | (Inherited from Control.) |
![]() | Finalize()()()() | (Inherited from Object.) |
![]() | FindControl(String) | (Inherited from Control.) |
![]() | FindControl(String, Int32) | (Inherited from Control.) |
![]() | Focus()()()() | (Inherited from Control.) |
![]() | Font | (Inherited from WebControl.) |
![]() | ForeColor | (Inherited from WebControl.) |
![]() | GetDesignModeState()()()() | (Inherited from Control.) |
![]() | GetHashCode()()()() | (Inherited from Object.) |
![]() | GetRouteUrl(Object) | (Inherited from Control.) |
![]() | GetRouteUrl(String, Object) | (Inherited from Control.) |
![]() | GetRouteUrl(RouteValueDictionary) | (Inherited from Control.) |
![]() | GetRouteUrl(String, RouteValueDictionary) | (Inherited from Control.) |
![]() | GetType()()()() | (Inherited from Object.) |
![]() | GetUniqueIDRelativeTo(Control) | (Inherited from Control.) |
![]() | HasAttributes | (Inherited from WebControl.) |
![]() | HasChildViewState | (Inherited from Control.) |
![]() | HasControls()()()() | (Inherited from Control.) |
![]() | HasEvents()()()() | (Inherited from Control.) |
![]() | Height | (Inherited from WebControl.) |
![]() | ID | (Inherited from Control.) |
![]() | IdSeparator | (Inherited from Control.) |
![]() | IgnoreCapitalizedWords | Whether to ignore words with capital letters. |
![]() | IgnoreURLsAndEmailAddresses | Whether to ignore URLs and email addresses (requires V2Parser=true) |
![]() | IgnoreWordsWithDigits | Whether to ignore words with numbers in them (eg. A10 or 7-11). |
![]() | IgnoreXML | Whether to ignore XML/HTML tags, false by default. |
![]() | IncludeUserDictionaryInSuggestions | Whether the user dictionary should be used in finding suggestions for misspelt words. |
![]() | Init | (Inherited from Control.) |
![]() | IsChildControlStateCleared | (Inherited from Control.) |
![]() | IsEnabled | (Inherited from WebControl.) |
![]() | IsLiteralContent()()()() | (Inherited from Control.) |
![]() | IsTrackingViewState | (Inherited from Control.) |
![]() | IsViewStateEnabled | (Inherited from Control.) |
![]() | LanguageParser | The language parser to use, this should match the language of the main dictionary where possible. |
![]() | Load | (Inherited from Control.) |
![]() | LoadControlState(Object) | (Inherited from Control.) |
![]() | LoadViewState(Object) | (Inherited from WebControl.) |
![]() | LoadViewStateByID | (Inherited from Control.) |
![]() | LookIntoHyphenatedText | Whether to 'look into' text with hyphens (-), if the word has hyphens in it and
LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually. |
![]() | MapPathSecure(String) | (Inherited from Control.) |
![]() | MemberwiseClone()()()() | (Inherited from Object.) |
![]() | MergeStyle(Style) | (Inherited from WebControl.) |
![]() | NamingContainer | (Inherited from Control.) |
![]() | OnBubbleEvent(Object, EventArgs) | (Inherited from Control.) |
![]() | OnDataBinding(EventArgs) | (Inherited from Control.) |
![]() | OnInit(EventArgs) | (Inherited from Control.) |
![]() | OnLoad(EventArgs) | (Inherited from Control.) |
![]() | OnPreRender(EventArgs) |
Emits the required Javascript
(Overrides Control.OnPreRender(EventArgs).) |
![]() | OnUnload(EventArgs) | (Inherited from Control.) |
![]() | OpenFile(String) | (Inherited from Control.) |
![]() | Page | (Inherited from Control.) |
![]() | Parent | (Inherited from Control.) |
![]() | PreRender | (Inherited from Control.) |
![]() | RaiseBubbleEvent(Object, EventArgs) | (Inherited from Control.) |
![]() | RapidSpellWInlineHelperPage | The URL of the page holding the RapidSpellWInlineHelper control. |
![]() | RemovedControl(Control) | (Inherited from Control.) |
![]() | Render(HtmlTextWriter) |
Render this control to the output parameter specified.
(Overrides WebControl.Render(HtmlTextWriter).) |
![]() | RenderBeginTag(HtmlTextWriter) | (Inherited from WebControl.) |
![]() | RenderChildren(HtmlTextWriter) | (Inherited from Control.) |
![]() | RenderContents(HtmlTextWriter) | (Inherited from WebControl.) |
![]() | RenderControl(HtmlTextWriter) | (Inherited from Control.) |
![]() | RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) |
![]() | RenderEndTag(HtmlTextWriter) | (Inherited from WebControl.) |
![]() | RenderingCompatibility | (Inherited from Control.) |
![]() | ResolveAdapter()()()() | (Inherited from Control.) |
![]() | ResolveClientUrl(String) | (Inherited from Control.) |
![]() | ResolveUrl(String) | (Inherited from Control.) |
![]() | ResponseTimeout | Number of seconds to pass before a message is shown to the user reporting a time-out. |
![]() | ResponseTimeoutMessage | The message shown to the user in the event that the spell check request times-out. |
![]() | SaveControlState()()()() | (Inherited from Control.) |
![]() | SaveViewState()()()() | (Inherited from WebControl.) |
![]() | SeparateHyphenWords | Whether to treat hyphenated (-) words as separate words, default is false. |
![]() | SetDesignModeState(IDictionary) | (Inherited from Control.) |
![]() | SetRenderMethodDelegate(RenderMethod) | (Inherited from Control.) |
![]() | SetTraceData(Object, Object) | (Inherited from Control.) |
![]() | SetTraceData(Object, Object, Object) | (Inherited from Control.) |
![]() | Site | (Inherited from Control.) |
![]() | SkinID | (Inherited from WebControl.) |
![]() | Style | (Inherited from WebControl.) |
![]() | SuggestionsMethod | Suggestions method to use. Either PHONETIC_SUGGESTIONS or HASHING_SUGGESTIONS
|
![]() | SuggestSplitWords | Whether to look for connected words in suggestions. |
![]() | SupportsDisabledAttribute | (Inherited from WebControl.) |
![]() | TabIndex | (Inherited from WebControl.) |
![]() | TagKey | (Inherited from WebControl.) |
![]() | TagName | (Inherited from WebControl.) |
![]() | TemplateControl | (Inherited from Control.) |
![]() | TemplateSourceDirectory | (Inherited from Control.) |
![]() | ToolTip | (Inherited from WebControl.) |
![]() | ToString()()()() | (Inherited from Object.) |
![]() | TrackViewState()()()() | (Inherited from WebControl.) |
![]() | UniqueID | (Inherited from Control.) |
![]() | Unload | (Inherited from Control.) |
![]() | UserDictionaryFile | The user dictionary file on the server for the user. |
![]() | ValidateRequestMode | (Inherited from Control.) |
![]() | ViewState | (Inherited from Control.) |
![]() | ViewStateIgnoresCase | (Inherited from Control.) |
![]() | ViewStateMode | (Inherited from Control.) |
![]() | Visible | (Inherited from Control.) |
![]() | WarnDuplicates | Whether to show duplicate words as errors (eg. "this is is an error"). |
![]() | Width | (Inherited from WebControl.) |

When added to a form, creates a Javascript object which can be used for programmatic spell checking on the client side. See RapidSpellChecker class for serverside checking.

Object | |||
![]() | Control | ||
![]() | WebControl | ||
![]() | RapidSpellCheckerClient |
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331