Click or drag to resize
KaxSpell Class
Kettic KaxSpell
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxSpell

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxSpell : KaxWebControl, ISkinnableControl, 
	IControl, INamingContainer

The KaxSpell type exposes the following members.

Constructors
  NameDescription
Public methodKaxSpell
Top
Properties
  NameDescription
Public propertyAdditionalQueryString
Gets or sets an additional querystring appended to the dialog URL.
Public propertyAjaxUrl
Gets or sets the URL which the AJAX call will be made to. Check the help for more information.
Public propertyAllowAddCustom
Gets or sets the value indicating whether the spell will allow adding custom words.
Public propertyButtonText
Gets or sets the text of the button that will start the spellcheck. This property is localizable.
Public propertyButtonType
Gets or sets the type of the button that will start the spellcheck.
Public propertyCode exampleClientTextSource
Gets or sets the class of the client side text source object.
Public propertyControlsToCheck
An array of IDs of the control to check.
Public propertyControlToCheck
The ID of the control to check.
Public propertyCode exampleCustomDictionarySourceTypeName
Gets or sets the fully qualified type name that will be used to store and read the custom dictionary.
Public propertyCustomDictionarySuffix
Gets or sets the suffix for the custom dictionary files.
Public propertyDialogsCssFile
Gets or sets the location of a CSS file, that will be added in the dialog window. If you need to include more than one file, use the CSS @import url(); rule to add the other files from the first.
Remarks
This property is needed if you are using a custom skin. It allows you to include your custom skin CSS in the dialogs, which are separate from the main page.
Public propertyDialogsScriptFile
Gets or sets the location of a JavaScript file, that will be added in the dialog window. If you need to include more than one file, you will need to combine the scripts into one first.
Remarks
This property is needed if want to override some of the default functionality without loading the dialog from an external ascx file.
Public propertyDialogTypeName
Gets or sets the assembly qualified name of the SpellDialog type.
Public propertyDialogVirtualPath
Gets or sets the virtual path of the UserControl that represents the SpellDialog.
Public propertyDictionaryLanguage
Gets or sets the dictionary language used for spellchecking.
Public propertyDictionaryPath
Gets or sets the path for the dictionary files.
Public propertyEditDistance
Gets or sets a the edit distance. If you increase the value, the checking speed decreases but more suggestions are presented. Applicable only in EditDistance mode.
Public propertyEnableAjaxSkinRendering
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true.
(Overrides KaxWebControl.EnableAjaxSkinRendering.)
Public propertyEnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
(Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
(Overrides KaxWebControl.EnableEmbeddedScripts.)
Public propertyEnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
(Overrides KaxWebControl.EnableEmbeddedSkins.)
Public propertyFragmentIgnoreOptions
Configures the spellchecker engine, so that it knows whether to skip URL's, email addresses, and filenames and not flag them as erros.
Public propertyHandlerUrl
Gets or sets the URL for the spell dialog handler
Public propertyIsClientID
Gets or sets a value indicating whether whether the ControlToCheck property provides a client element ID or a server side control ID.
Public propertyLanguage
Gets or sets the localization language for the user interface.
Public propertyLocalizationPath
Gets or sets a value indicating where the soell will look for its .resx localization files. By default these files should be in the App_GlobalResources folder. However, if you cannot put the resource files in the default location or .resx files compilation is disabled for some reason (e.g. in a DotNetNuke environment), this property should be set to the location of the resource files.
Public propertyCode exampleOnClientCheckCancelled
Specifies the name of the client-side function that will be called when the user cancels the spell check.
Public propertyCode exampleOnClientCheckFinished
Gets or sets the name of the client-side function that will be called when the spell check is finished.
Public propertyCode exampleOnClientCheckStarted
Gets or sets the name of the client-side function that will be called when the spell check starts.
Public propertyCode exampleOnClientDialogClosed
Specifies the name of the client-side function that will be called before the spell check dialog closes.
Public propertyCode exampleOnClientLoad
Gets or sets the name of the client-side function that will be called when the spell control is initialized on the page.
Public propertySkin
Gets or sets the skin name for the control user interface.
(Overrides KaxWebControl.Skin.)
Public propertySpellChecked
Gets a value indicating if the target control has been spellchecked.
Public propertySpellCheckProvider
Specifies the spellchecking algorithm which will be used by KaxSpell.
Public propertySpellCheckProviderTypeName
Allows the use of a custom spell checking provider. It must implement the ISpellCheckProvider interface.
Public propertyCode exampleSupportedLanguages
Gets or sets the supported languages.
Public propertyWordIgnoreOptions
Gets or sets the value used to configure the spellchecker engine to ignore words containing: UPPERCASE, some CaPitaL letters, numbers; or to ignore repeated words (very very)
Top
See Also