SpellCheckerSettings Properties
Contains the Spell Checker extension settings.
Name | Description |
---|---|
Access |
Gets or sets the access key that allows you to quickly navigate to the ASP. |
Attributes |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Inherited from Settings |
Callback |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
Checked |
Gets or sets the identifier of the web control to be checked. |
Client |
Enables you to save and restore the previously saved layout. |
Client |
Provides access to the client-side events specific to the Spell |
Control |
Provides access to the style settings declared at the root level of the extension’s wrapped web server control.
Inherited from Settings |
Culture | Gets or sets the culture-specific settings of the spell checker. |
Custom |
This event occurs when a custom dictionary is loading into a session. |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Dictionaries | Provides access to a collection of dictionaries. |
Enable |
Gets or sets whether the callback result data compression is enabled. |
Enabled |
Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions.
Inherited from Settings |
Enable |
Gets or sets a value indicating whether themes apply to this extension.
Inherited from Settings |
Encode |
Gets or sets whether to encode editor value and content.
Inherited from Settings |
Height |
Gets or sets the height of the extension.
Inherited from Settings |
Images | Provides access to the settings that define images for various elements of the Spell Checker. |
Images |
Provides access to the settings that define images displayed within the Spell Checker’s editors. |
Init |
Enables you to perform custom actions when an extension is initialized.
Inherited from Settings |
Levenshtein |
Gets or sets the parameter used to measure the proximity of words. |
Name |
Specifies the unique identifier name for the extension.
Inherited from Settings |
Not |
Occurs when a word being checked is not found in a dictionary. |
Prepare |
This event occurs when a misspelled word is found and a list of suggested replacements is created and sorted. |
Pre |
Allows custom processing to be implemented before the extension is rendered to the page.
Inherited from Settings |
Right |
Gets or sets a value specifying whether or not the current control supports right-to-left representation. |
Save |
Gets or sets a value that specifies whether cookies are used to persist information about the Spell Checker state. |
Save |
Gets or sets the name (identifier) of the cookie in which the Spell Checker’s state is persisted. |
Settings |
Provides access to settings relating to the customization of dialog form elements. |
Settings |
Provides access to settings that are related to customized built-in dialog forms (User |
Settings |
Provides access to the loading panel’s settings. |
Settings |
Provides access to basic spelling settings. |
Settings |
Provides access to texts displayed in different elements of the control. |
Skin |
Gets or sets the skin to apply to the control.
Inherited from Settings |
Style |
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Inherited from Settings |
Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
Styles |
Provides access to the style settings that define the appearance of button elements used by the Spell Checker (within its dialog forms). |
Styles |
Provides access to the style settings that define the appearance of the dialog forms. |
Suggestion |
Gets or sets the number of suggested words displayed in the spelling form. |
Tab |
Gets or sets the tab index of the control element of the web page.
Inherited from Settings |
Theme |
Gets or sets the name of the theme to be applied to the extension.
Inherited from Settings |
Tool |
Gets or sets a UI element’s tooltip text.
Inherited from Settings |
Width |
Gets or sets the width of the extension.
Inherited from Settings |
Word |
The event fires when a word is added to the custom dictionary. |
See Also