ClassKendoWindowConstants
String constants of the Window(CSS classes, Id prefix, etc).
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public static class KendoWindowConstants
Inheritance: objectKendoWindowConstants
Fields
CssCloseButton
The CSS class identifying the Window's close button element.
CssContentWindow
The CSS class of the content window.
Declaration
public const string CssContentWindow = "k-window-content"
Field Value
CssKendoWindowMinimizeButton
The CSS class of the span element representing the minimize button.
Declaration
public const string CssKendoWindowMinimizeButton = "k-minimize"
Field Value
CssKendoWindowModalDiv
The CSS class of the div element representing the modal button.
Declaration
public const string CssKendoWindowModalDiv = "k-overlay"
Field Value
CssKendoWindowStateSpan
The CSS class of the span element representing the restore/maximize button.
Declaration
public const string CssKendoWindowStateSpan = "k-restore"
Field Value
CssMaximizeButton
The CSS class identifying the Window's maximize button element.
Declaration
public const string CssMaximizeButton = "k-i-window"
Field Value
CssMinimizeButton
The CSS class of the span element representing the minimize button.
Declaration
public const string CssMinimizeButton = "k-i-window-minimize"
Field Value
CssOverlayDiv
The CSS class of the overlay div rendered before the modal window.
CssReloadButton
The CSS class identifying the Window's reload button element.
CssResizeBorder1
The CSS class identifying the Window's div element, which handles top resize.
Declaration
public const string CssResizeBorder1 = "k-resize-handle k-resize-n"
Field Value
CssResizeBorder2
The CSS class identifying the Window's table cell element, which handles bottom resize.
Declaration
public const string CssResizeBorder2 = "k-resize-handle k-resize-s"
Field Value
CssResizeBorder3
The CSS class identifying the Window's table cell element, which handles resize actions: to left, to right and to diagonals.
Declaration
public const string CssResizeBorder3 = "k-resize-handle"
Field Value
CssRestoreButton
The CSS class identifying the Window's restore button element.
Declaration
public const string CssRestoreButton = "k-i-window-restore"
Field Value
CssSvgCloseButton
The CSS class identifying the SVG Window's close button element.
Declaration
public const string CssSvgCloseButton = "k-svg-i-x"
Field Value
CssSvgMaximizeButton
The CSS class identifying the SVG Window's maximize button element.
Declaration
public const string CssSvgMaximizeButton = "k-svg-i-window"
Field Value
CssSvgMinimizeButton
The SVG CSS class of the span element representing the minimize button.
Declaration
public const string CssSvgMinimizeButton = "k-svg-i-window-minimize"
Field Value
CssSvgRestoreButton
The CSS class identifying the Window's restore button element.
Declaration
public const string CssSvgRestoreButton = "k-svg-i-window-restore"
Field Value
CssWindow
The CSS class identifying the Window control.
Declaration
public const string CssWindow = "k-widget k-window"
Field Value
KeyWindow
The name identifying the Window control.
R12023CssCloseButton
The CSS class identifying the Window's close button element.
Declaration
public const string R12023CssCloseButton = "k-i-close"
Field Value
R12023CssMaximizeButton
The CSS class identifying the Window's maximize button element.
Declaration
public const string R12023CssMaximizeButton = "k-i-window-maximize"
Field Value
R12023WindowFindClauses
The find clauses clauses identifying the Window control.
Declaration
public static readonly string[] R12023WindowFindClauses
Field Value
string[]
WindowFindClauses
The find clauses clauses identifying the Window control.
Declaration
public static readonly string[] WindowFindClauses
Field Value
string[]