Class
KendoWindowConstants

String constants of the Window(CSS classes, Id prefix, etc).

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI

Assembly:Telerik.TestingFramework.Controls.KendoUI.dll

Syntax:

cs-api-definition
public static class KendoWindowConstants

Inheritance: objectKendoWindowConstants

Fields

CssCloseButton

The CSS class identifying the Window's close button element.

Declaration

cs-api-definition
public const string CssCloseButton = "k-i-x"

Field Value

string

CssContentWindow

The CSS class of the content window.

Declaration

cs-api-definition
public const string CssContentWindow = "k-window-content"

Field Value

string

CssKendoWindowMinimizeButton

The CSS class of the span element representing the minimize button.

Declaration

cs-api-definition
public const string CssKendoWindowMinimizeButton = "k-minimize"

Field Value

string

CssKendoWindowModalDiv

The CSS class of the div element representing the modal button.

Declaration

cs-api-definition
public const string CssKendoWindowModalDiv = "k-overlay"

Field Value

string

CssKendoWindowStateSpan

The CSS class of the span element representing the restore/maximize button.

Declaration

cs-api-definition
public const string CssKendoWindowStateSpan = "k-restore"

Field Value

string

CssMaximizeButton

The CSS class identifying the Window's maximize button element.

Declaration

cs-api-definition
public const string CssMaximizeButton = "k-i-window"

Field Value

string

CssMinimizeButton

The CSS class of the span element representing the minimize button.

Declaration

cs-api-definition
public const string CssMinimizeButton = "k-i-window-minimize"

Field Value

string

CssOverlayDiv

The CSS class of the overlay div rendered before the modal window.

Declaration

cs-api-definition
public const string CssOverlayDiv = "k-overlay"

Field Value

string

CssReloadButton

The CSS class identifying the Window's reload button element.

Declaration

cs-api-definition
public const string CssReloadButton = "k-refresh"

Field Value

string

CssResizeBorder1

The CSS class identifying the Window's div element, which handles top resize.

Declaration

cs-api-definition
public const string CssResizeBorder1 = "k-resize-handle k-resize-n"

Field Value

string

CssResizeBorder2

The CSS class identifying the Window's table cell element, which handles bottom resize.

Declaration

cs-api-definition
public const string CssResizeBorder2 = "k-resize-handle k-resize-s"

Field Value

string

CssResizeBorder3

The CSS class identifying the Window's table cell element, which handles resize actions: to left, to right and to diagonals.

Declaration

cs-api-definition
public const string CssResizeBorder3 = "k-resize-handle"

Field Value

string

CssRestoreButton

The CSS class identifying the Window's restore button element.

Declaration

cs-api-definition
public const string CssRestoreButton = "k-i-window-restore"

Field Value

string

CssSvgCloseButton

The CSS class identifying the SVG Window's close button element.

Declaration

cs-api-definition
public const string CssSvgCloseButton = "k-svg-i-x"

Field Value

string

CssSvgMaximizeButton

The CSS class identifying the SVG Window's maximize button element.

Declaration

cs-api-definition
public const string CssSvgMaximizeButton = "k-svg-i-window"

Field Value

string

CssSvgMinimizeButton

The SVG CSS class of the span element representing the minimize button.

Declaration

cs-api-definition
public const string CssSvgMinimizeButton = "k-svg-i-window-minimize"

Field Value

string

CssSvgRestoreButton

The CSS class identifying the Window's restore button element.

Declaration

cs-api-definition
public const string CssSvgRestoreButton = "k-svg-i-window-restore"

Field Value

string

CssWindow

The CSS class identifying the Window control.

Declaration

cs-api-definition
public const string CssWindow = "k-widget k-window"

Field Value

string

KeyWindow

The name identifying the Window control.

Declaration

cs-api-definition
public const string KeyWindow = "KendoWindow"

Field Value

string

R12023CssCloseButton

The CSS class identifying the Window's close button element.

Declaration

cs-api-definition
public const string R12023CssCloseButton = "k-i-close"

Field Value

string

R12023CssMaximizeButton

The CSS class identifying the Window's maximize button element.

Declaration

cs-api-definition
public const string R12023CssMaximizeButton = "k-i-window-maximize"

Field Value

string

R12023WindowFindClauses

The find clauses clauses identifying the Window control.

Declaration

cs-api-definition
public static readonly string[] R12023WindowFindClauses

Field Value

string[]

WindowFindClauses

The find clauses clauses identifying the Window control.

Declaration

cs-api-definition
public static readonly string[] WindowFindClauses

Field Value

string[]