ClassEditorConstants
String constatns of the editor(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class EditorConstants
Inheritance: objectEditorConstants
Fields
CssEditor
The CSS class identifying the RadEditor control.
CssEditorCommandExclude
The CSS class, excluding splitbuttons, identifying the RadEditorCommand control.
Declaration
public const string CssEditorCommandExclude = "SplitButton"
Field Value
CssEditorCommandInclude
The CSS class identifying the RadEditorCommand control.
Declaration
public const string CssEditorCommandInclude = "reTool"
Field Value
CssEditorComment
The CSS class identifying the RadEditor comment.
CssEditorCommentTextBox
The CSS class identifying the RadEditor comment textbox.
Declaration
public const string CssEditorCommentTextBox = "reCommentTextArea"
Field Value
CssEditorCommentsBox
The CSS class identifying the RadEditor Comments box.
Declaration
public const string CssEditorCommentsBox = "reCommentView"
Field Value
CssEditorDropDown
The CSS class identifying the RadEditorDropDown control.
Declaration
public const string CssEditorDropDown = "reDropdown"
Field Value
CssEditorDropDownBody
The CSS class identifying the DropDownBody control.
Declaration
public const string CssEditorDropDownBody = "reDropDownBody"
Field Value
CssEditorModeCommand
The CSS class identifying the RadEditorModeCommand control.
Declaration
public const string CssEditorModeCommand = "reMode_"
Field Value
CssEditorSpinBox
The CSS class identifying the RadEditorSpinBox control.
CssEditorSpinBoxDecrease
The CSS class identifying decreasing handler of the RadEditorSpinBox.
Declaration
public const string CssEditorSpinBoxDecrease = "reSpinBoxDecrease"
Field Value
CssEditorSpinBoxIncrease
The CSS class identifying increasing handler of the RadEditorSpinBox.
Declaration
public const string CssEditorSpinBoxIncrease = "reSpinBoxIncrease"
Field Value
CssEditorSpinBoxTextBox
The CSS class identifying the textbox of the RadEditorSpinBox.
Declaration
public const string CssEditorSpinBoxTextBox = "radfd_skipme"
Field Value
CssModeCommandSelected
The CSS class, that will be added, when the RadEditorModeCommand is selected.
Declaration
public const string CssModeCommandSelected = "reMode_selected"
Field Value
CssModeCommandSelectedLightweight
The CSS class, that will be added, when the RadEditorModeCommand is selected.
Declaration
public const string CssModeCommandSelectedLightweight = "reSelectedMode"
Field Value
CssSplitButton
The CSS class identifying the RadEditorSplitButton control.
Declaration
public const string CssSplitButton = "reSplitButton"
Field Value
CssSplitButtonHandler
The CSS class identifying showing handler of RadEditorCommand control.
Declaration
public const string CssSplitButtonHandler = "split_arrow"
Field Value
CssTableHelperCell
The CSS class identifying the table cell of the Table helper.
Declaration
public const string CssTableHelperCell = "reItemOver"
Field Value
CssToolDisabled
The CSS class, that will be added, when the tool is disabled.
Declaration
public const string CssToolDisabled = "reTool_disabled"
Field Value
CssToolSelected
The CSS class, that will be added, when the tool is selected.
Declaration
public const string CssToolSelected = "reTool_selected"
Field Value
EditorCommandsUsingSelectedText
The string, identify a group of editor commands, that uses selected text.
Declaration
public const string EditorCommandsUsingSelectedText = "Bold_Superscript_Subscript_Italic_Underline_StrikeThrough"
Field Value
KeyEditor
The Editor key used accross the verifications and action messages.
KeyEditorCommand
The Editor Command key used accross the verifications and action messages.
Declaration
public const string KeyEditorCommand = "RadEditorCommand"
Field Value
KeyEditorComment
The Editor Comment key used accross the verifications and action messages.
Declaration
public const string KeyEditorComment = "RadEditorComment"
Field Value
KeyEditorCommentTextBox
The Editor Comment text box key used accross the verifications and action messages.
Declaration
public const string KeyEditorCommentTextBox = "RadEditorCommentTextBox"
Field Value
KeyEditorDropDown
The Editor DropDown key used accross the verifications and action messages.
Declaration
public const string KeyEditorDropDown = "RadEditorDropDown"
Field Value
KeyEditorDropDownBody
The Editor DropDownBody key used accross the verifications and action messages.
Declaration
public const string KeyEditorDropDownBody = "RadEditorDropDownBody"
Field Value
KeyEditorModeCommand
The Editor Mode key used accross the verifications and action messages.
Declaration
public const string KeyEditorModeCommand = "RadEditorModeCommand"
Field Value
KeyEditorSpinBox
The Editor SpinBox key used accross the verifications and action messages.
Declaration
public const string KeyEditorSpinBox = "RadEditorSpinBox"
Field Value
KeyEditorSplitButton
The Editor Split Button key used accross the verifications and action messages.
Declaration
public const string KeyEditorSplitButton = "RadEditorSplitButton"
Field Value
ToolBarIdPostfix
The string postfix of the toolbar ID, when toolbar mode of editor is not default.
Declaration
public const string ToolBarIdPostfix = "_toolbarMode"
Field Value
ToolBarIdPrefix
The string prefix of the toolbar ID, when toolbar mode of editor is not default.
Declaration
public const string ToolBarIdPrefix = "RadWindowWrapper_"
Field Value