ClassSpellConstants
String constatns of the radspell(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class SpellConstants
Inheritance: objectSpellConstants
Fields
CssInner
CSS of the inner spell dialog button span element.
CssLink
CSS of the outer spell dialog button link element.
CssRadSpellDialog
CSS class of the spell dialog div element.
Declaration
public const string CssRadSpellDialog = "RadSpell RadSpell"
Field Value
IdButtonAddCustom
Id of the spell dialog "AddCustom" button.
Declaration
public const string IdButtonAddCustom = "dialogControl_AddCustom"
Field Value
IdButtonCancel
Id of the spell dialog "Close" button.
Declaration
public const string IdButtonCancel = "dialogControl_Cancel"
Field Value
IdButtonChange
Id of the spell dialog "Change" button.
Declaration
public const string IdButtonChange = "dialogControl_Change"
Field Value
IdButtonChangeAll
Id of the spell dialog "ChangeAll" button.
Declaration
public const string IdButtonChangeAll = "dialogControl_ChangeAll"
Field Value
IdButtonIgnore
Id of the spell dialog "Ignore" button.
Declaration
public const string IdButtonIgnore = "dialogControl_Ignore"
Field Value
IdButtonIgnoreAll
Id of the spell dialog "IgnoreAlll" button.
Declaration
public const string IdButtonIgnoreAll = "dialogControl_IgnoreAll"
Field Value
IdButtonUndo
Id of the spell dialog "Undo" button.
Declaration
public const string IdButtonUndo = "dialogControl_Undo"
Field Value
IdLink
Id of the outer spell dialog button link element.
Declaration
public const string IdLink = "_rfdSkinneddialogControl"
Field Value
IdLinkAddCustom
Id of the outer spell dialog "AddCustom" button link element.
Declaration
public const string IdLinkAddCustom = "_rfdSkinneddialogControl_AddCustom"
Field Value
IdLinkCancel
Id of the outer spell dialog "Close" button link element.
Declaration
public const string IdLinkCancel = "_rfdSkinneddialogControl_Cancel"
Field Value
IdLinkChange
Id of the outer spell dialog "Change" button link element.
Declaration
public const string IdLinkChange = "_rfdSkinneddialogControl_Change"
Field Value
IdLinkChangeAll
Id of the outer spell dialog "ChangeAll" button link element.
Declaration
public const string IdLinkChangeAll = "_rfdSkinneddialogControl_ChangeAll"
Field Value
IdLinkIgnore
Id of the outer spell dialog "Ignore" button link element.
Declaration
public const string IdLinkIgnore = "_rfdSkinneddialogControl_Ignore"
Field Value
IdLinkIgnoreAll
Id of the outer spell dialog "IgnoreAll" button link element.
Declaration
public const string IdLinkIgnoreAll = "_rfdSkinneddialogControl_IgnoreAll"
Field Value
IdLinkUndo
Id of the outer spell dialog "Undo" button link element.
Declaration
public const string IdLinkUndo = "_rfdSkinneddialogControl_Undo"
Field Value