SpellCheckerSettings Properties
Contains the Spell Checker extension settings.Name | Description |
---|---|
AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
CheckedElementID | Gets or sets the identifier of the web control to be checked. |
ClientLayout | Enables you to save and restore the previously saved layout. |
ClientSideEvents | Provides access to the client-side events specific to the SpellCheckerSettings. |
ControlStyle | Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase. |
Culture | Gets or sets the culture-specific settings of the spell checker. |
CustomDictionaryLoading | This event occurs when a custom dictionary is loading into a session. |
CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. |
Dictionaries | Provides access to a collection of dictionaries. |
EnableCallbackCompression | 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 SettingsBase. |
EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
Images | Provides access to the settings that define images for various elements of the Spell Checker. |
ImagesEditors | 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 SettingsBase. |
LevenshteinDistance | Gets or sets the parameter used to measure the proximity of words. |
Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
NotInDictionaryWordFound | Occurs when a word being checked is not found in a dictionary. |
PrepareSuggestions | This event occurs when a misspelled word is found and a list of suggested replacements is created and sorted. |
PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
RightToLeft | Gets or sets a value specifying whether or not the current control supports right-to-left representation. |
SaveStateToCookies | Gets or sets a value that specifies whether cookies are used to persist information about the Spell Checker state. |
SaveStateToCookiesID | Gets or sets the name (identifier) of the cookie in which the Spell Checker’s state is persisted. |
SettingsDialogFormElements | Provides access to settings relating to the customization of dialog form elements. |
SettingsForms | Provides access to settings that are related to customized built-in dialog forms (UserControls) stored within a web site. |
SettingsLoadingPanel | Provides access to the loading panel’s settings. |
SettingsSpelling | Provides access to basic spelling settings. |
SettingsText | Provides access to texts displayed in different elements of the control. |
SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
StylesButton | Provides access to the style settings that define the appearance of button elements used by the Spell Checker (within its dialog forms). |
StylesDialogForm | Provides access to the style settings that define the appearance of the dialog forms. |
SuggestionCount | Gets or sets the number of suggested words displayed in the spelling form. |
TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
WordAdded | The event fires when a word is added to the custom dictionary. |
See Also