Class
EditorConstants

String constatns of the editor(Css classes, Id prefix, etc).

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class EditorConstants

Inheritance: objectEditorConstants

Fields

CssEditor

The CSS class identifying the RadEditor control.

Declaration

cs-api-definition
public const string CssEditor = "reWrapper"

Field Value

string

CssEditorCommandExclude

The CSS class, excluding splitbuttons, identifying the RadEditorCommand control.

Declaration

cs-api-definition
public const string CssEditorCommandExclude = "SplitButton"

Field Value

string

CssEditorCommandInclude

The CSS class identifying the RadEditorCommand control.

Declaration

cs-api-definition
public const string CssEditorCommandInclude = "reTool"

Field Value

string

CssEditorComment

The CSS class identifying the RadEditor comment.

Declaration

cs-api-definition
public const string CssEditorComment = "reComment"

Field Value

string

CssEditorCommentTextBox

The CSS class identifying the RadEditor comment textbox.

Declaration

cs-api-definition
public const string CssEditorCommentTextBox = "reCommentTextArea"

Field Value

string

CssEditorCommentsBox

The CSS class identifying the RadEditor Comments box.

Declaration

cs-api-definition
public const string CssEditorCommentsBox = "reCommentView"

Field Value

string

CssEditorDropDown

The CSS class identifying the RadEditorDropDown control.

Declaration

cs-api-definition
public const string CssEditorDropDown = "reDropdown"

Field Value

string

CssEditorDropDownBody

The CSS class identifying the DropDownBody control.

Declaration

cs-api-definition
public const string CssEditorDropDownBody = "reDropDownBody"

Field Value

string

CssEditorModeCommand

The CSS class identifying the RadEditorModeCommand control.

Declaration

cs-api-definition
public const string CssEditorModeCommand = "reMode_"

Field Value

string

CssEditorSpinBox

The CSS class identifying the RadEditorSpinBox control.

Declaration

cs-api-definition
public const string CssEditorSpinBox = "reSpinBox"

Field Value

string

CssEditorSpinBoxDecrease

The CSS class identifying decreasing handler of the RadEditorSpinBox.

Declaration

cs-api-definition
public const string CssEditorSpinBoxDecrease = "reSpinBoxDecrease"

Field Value

string

CssEditorSpinBoxIncrease

The CSS class identifying increasing handler of the RadEditorSpinBox.

Declaration

cs-api-definition
public const string CssEditorSpinBoxIncrease = "reSpinBoxIncrease"

Field Value

string

CssEditorSpinBoxTextBox

The CSS class identifying the textbox of the RadEditorSpinBox.

Declaration

cs-api-definition
public const string CssEditorSpinBoxTextBox = "radfd_skipme"

Field Value

string

CssModeCommandSelected

The CSS class, that will be added, when the RadEditorModeCommand is selected.

Declaration

cs-api-definition
public const string CssModeCommandSelected = "reMode_selected"

Field Value

string

CssModeCommandSelectedLightweight

The CSS class, that will be added, when the RadEditorModeCommand is selected.

Declaration

cs-api-definition
public const string CssModeCommandSelectedLightweight = "reSelectedMode"

Field Value

string

CssSplitButton

The CSS class identifying the RadEditorSplitButton control.

Declaration

cs-api-definition
public const string CssSplitButton = "reSplitButton"

Field Value

string

CssSplitButtonHandler

The CSS class identifying showing handler of RadEditorCommand control.

Declaration

cs-api-definition
public const string CssSplitButtonHandler = "split_arrow"

Field Value

string

CssTableHelperCell

The CSS class identifying the table cell of the Table helper.

Declaration

cs-api-definition
public const string CssTableHelperCell = "reItemOver"

Field Value

string

CssToolDisabled

The CSS class, that will be added, when the tool is disabled.

Declaration

cs-api-definition
public const string CssToolDisabled = "reTool_disabled"

Field Value

string

CssToolSelected

The CSS class, that will be added, when the tool is selected.

Declaration

cs-api-definition
public const string CssToolSelected = "reTool_selected"

Field Value

string

EditorCommandsUsingSelectedText

The string, identify a group of editor commands, that uses selected text.

Declaration

cs-api-definition
public const string EditorCommandsUsingSelectedText = "Bold_Superscript_Subscript_Italic_Underline_StrikeThrough"

Field Value

string

KeyEditor

The Editor key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditor = "RadEditor"

Field Value

string

KeyEditorCommand

The Editor Command key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorCommand = "RadEditorCommand"

Field Value

string

KeyEditorComment

The Editor Comment key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorComment = "RadEditorComment"

Field Value

string

KeyEditorCommentTextBox

The Editor Comment text box key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorCommentTextBox = "RadEditorCommentTextBox"

Field Value

string

KeyEditorDropDown

The Editor DropDown key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorDropDown = "RadEditorDropDown"

Field Value

string

KeyEditorDropDownBody

The Editor DropDownBody key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorDropDownBody = "RadEditorDropDownBody"

Field Value

string

KeyEditorModeCommand

The Editor Mode key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorModeCommand = "RadEditorModeCommand"

Field Value

string

KeyEditorSpinBox

The Editor SpinBox key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorSpinBox = "RadEditorSpinBox"

Field Value

string

KeyEditorSplitButton

The Editor Split Button key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyEditorSplitButton = "RadEditorSplitButton"

Field Value

string

ToolBarIdPostfix

The string postfix of the toolbar ID, when toolbar mode of editor is not default.

Declaration

cs-api-definition
public const string ToolBarIdPostfix = "_toolbarMode"

Field Value

string

ToolBarIdPrefix

The string prefix of the toolbar ID, when toolbar mode of editor is not default.

Declaration

cs-api-definition
public const string ToolBarIdPrefix = "RadWindowWrapper_"

Field Value

string