EditorConstants Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
String constatns of the editor(Css classes, Id prefix, etc).
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.HtmlEditorConstants

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public static class EditorConstants

The EditorConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCssEditor
The CSS class identifying the RadEditor control.
Public fieldStatic memberCssEditorCommandExclude
The CSS class, excluding splitbuttons, identifying the RadEditorCommand control.
Public fieldStatic memberCssEditorCommandInclude
The CSS class identifying the RadEditorCommand control.
Public fieldStatic memberCssEditorComment
The CSS class identifying the RadEditor comment.
Public fieldStatic memberCssEditorCommentsBox
The CSS class identifying the RadEditor Comments box.
Public fieldStatic memberCssEditorCommentTextBox
The CSS class identifying the RadEditor comment textbox.
Public fieldStatic memberCssEditorDropDown
The CSS class identifying the RadEditorDropDown control.
Public fieldStatic memberCssEditorDropDownBody
The CSS class identifying the DropDownBody control.
Public fieldStatic memberCssEditorModeCommand
The CSS class identifying the RadEditorModeCommand control.
Public fieldStatic memberCssEditorSpinBox
The CSS class identifying the RadEditorSpinBox control.
Public fieldStatic memberCssEditorSpinBoxDecrease
The CSS class identifying decreasing handler of the RadEditorSpinBox.
Public fieldStatic memberCssEditorSpinBoxIncrease
The CSS class identifying increasing handler of the RadEditorSpinBox.
Public fieldStatic memberCssEditorSpinBoxTextBox
The CSS class identifying the textbox of the RadEditorSpinBox.
Public fieldStatic memberCssModeCommandSelected
The CSS class, that will be added, when the RadEditorModeCommand is selected.
Public fieldStatic memberCssModeCommandSelectedLightweight
The CSS class, that will be added, when the RadEditorModeCommand is selected.
Public fieldStatic memberCssSplitButton
The CSS class identifying the RadEditorSplitButton control.
Public fieldStatic memberCssSplitButtonHandler
The CSS class identifying showing handler of RadEditorCommand control.
Public fieldStatic memberCssTableHelperCell
The CSS class identifying the table cell of the Table helper.
Public fieldStatic memberCssToolDisabled
The CSS class, that will be added, when the tool is disabled.
Public fieldStatic memberCssToolSelected
The CSS class, that will be added, when the tool is selected.
Public fieldStatic memberEditorCommandsUsingSelectedText
The string, identify a group of editor commands, that uses selected text.
Public fieldStatic memberKeyEditor
The Editor key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorCommand
The Editor Command key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorComment
The Editor Comment key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorCommentTextBox
The Editor Comment text box key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorDropDown
The Editor DropDown key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorDropDownBody
The Editor DropDownBody key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorModeCommand
The Editor Mode key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorSpinBox
The Editor SpinBox key used accross the verifications and action messages.
Public fieldStatic memberKeyEditorSplitButton
The Editor Split Button key used accross the verifications and action messages.
Public fieldStatic memberToolBarIdPostfix
The string postfix of the toolbar ID, when toolbar mode of editor is not default.
Public fieldStatic memberToolBarIdPrefix
The string prefix of the toolbar ID, when toolbar mode of editor is not default.
Top
See Also

Reference