KaxSpell Properties |
The KaxSpell type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AdditionalQueryString |
Gets or sets an additional querystring appended to the dialog URL.
|
![]() |
AjaxUrl |
Gets or sets the URL which the AJAX call will be made to. Check the help for more information.
|
![]() |
AllowAddCustom |
Gets or sets the value indicating whether the spell will allow adding custom words.
|
![]() |
ButtonText |
Gets or sets the text of the button that will start the spellcheck. This property is localizable.
|
![]() |
ButtonType |
Gets or sets the type of the button that will start the spellcheck.
|
![]() ![]() |
ClientTextSource |
Gets or sets the class of the client side text source object.
|
![]() |
ControlsToCheck |
An array of IDs of the control to check.
|
![]() |
ControlToCheck |
The ID of the control to check.
|
![]() ![]() |
CustomDictionarySourceTypeName |
Gets or sets the fully qualified type name that will be used to store and read
the custom dictionary.
|
![]() |
CustomDictionarySuffix |
Gets or sets the suffix for the custom dictionary files.
|
![]() |
DialogsCssFile |
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.
![]() 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. |
![]() |
DialogsScriptFile |
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.
![]() This property is needed if want to override some of the default functionality without loading the dialog
from an external ascx file. |
![]() |
DialogTypeName |
Gets or sets the assembly qualified name of the SpellDialog type.
|
![]() |
DialogVirtualPath |
Gets or sets the virtual path of the UserControl that represents the SpellDialog.
|
![]() |
DictionaryLanguage |
Gets or sets the dictionary language used for spellchecking.
|
![]() |
DictionaryPath |
Gets or sets the path for the dictionary files.
|
![]() |
EditDistance |
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.
|
![]() |
EnableAjaxSkinRendering |
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true. (Overrides KaxWebControl.EnableAjaxSkinRendering.) |
![]() |
EnableEmbeddedBaseStylesheet |
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control. (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.) |
![]() |
EnableEmbeddedScripts |
Gets or sets a Boolean value that indicates whether enable the embedded script. (Overrides KaxWebControl.EnableEmbeddedScripts.) |
![]() |
EnableEmbeddedSkins |
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control. (Overrides KaxWebControl.EnableEmbeddedSkins.) |
![]() |
FragmentIgnoreOptions |
Configures the spellchecker engine, so that it knows whether to skip URL's, email
addresses, and filenames and not flag them as erros.
|
![]() |
HandlerUrl |
Gets or sets the URL for the spell dialog handler
|
![]() |
IsClientID |
Gets or sets a value indicating whether whether the ControlToCheck
property provides a client element ID or a server side control ID.
|
![]() |
Language |
Gets or sets the localization language for the user interface.
|
![]() |
LocalizationPath |
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.
|
![]() ![]() |
OnClientCheckCancelled |
Specifies the name of the client-side function that will be called when the user
cancels the spell check.
|
![]() ![]() |
OnClientCheckFinished |
Gets or sets the name of the client-side function that will be called when the
spell check is finished.
|
![]() ![]() |
OnClientCheckStarted |
Gets or sets the name of the client-side function that will be called when the
spell check starts.
|
![]() ![]() |
OnClientDialogClosed |
Specifies the name of the client-side function that will be called before the
spell check dialog closes.
|
![]() ![]() |
OnClientLoad |
Gets or sets the name of the client-side function that will be called when the
spell control is initialized on the page.
|
![]() |
Skin |
Gets or sets the skin name for the control user interface. (Overrides KaxWebControl.Skin.) |
![]() |
SpellChecked |
Gets a value indicating if the target control has been spellchecked.
|
![]() |
SpellCheckProvider |
Specifies the spellchecking algorithm which will be used by KaxSpell.
|
![]() |
SpellCheckProviderTypeName |
Allows the use of a custom spell checking provider. It must implement the ISpellCheckProvider interface.
|
![]() ![]() |
SupportedLanguages |
Gets or sets the supported languages.
|
![]() |
WordIgnoreOptions |
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)
|