KendoWindowConstants Class

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

SystemObject
  Telerik.TestingFramework.Controls.KendoUIKendoWindowConstants

Namespace:  Telerik.TestingFramework.Controls.KendoUI
Assembly:  Telerik.TestingFramework.Controls.KendoUI (in Telerik.TestingFramework.Controls.KendoUI.dll) Version: 2012.1.322.0 (2012.1.322.0)
Syntax

public static class KendoWindowConstants

The KendoWindowConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCssCloseButton
The CSS class identifying the Window's close button element.
Public fieldStatic memberCssContentWindow
Public fieldStatic memberCssKendoWindowMinimizeButton
The CSS class of the span element representing the minimize button.
Public fieldStatic memberCssKendoWindowModalDiv
The CSS class of the div element representing the modal button.
Public fieldStatic memberCssKendoWindowStateSpan
The CSS class of the span element representing the restore/maximize button.
Public fieldStatic memberCssKendoWindowWrapperDiv
The base CSS class of the KendoWindow wrapper div element.
Public fieldStatic memberCssMaximizeButton
The CSS class identifying the Window's maximize button element.
Public fieldStatic memberCssMinimizeButton
The CSS class of the span element representing the minimize button.
Public fieldStatic memberCssOverlayDiv
The CSS class of the overlay div rendered before the modal window.
Public fieldStatic memberCssReloadButton
The CSS class identifying the Window's reload button element.
Public fieldStatic memberCssResizeBorder1
The CSS class identifying the Window's div element, which handles top resize.
Public fieldStatic memberCssResizeBorder2
The CSS class identifying the Window's table cell element, which handles bottom resize.
Public fieldStatic memberCssResizeBorder3
The CSS class identifying the Window's table cell element, which handles resize actions: to left, to right and to diagonals.
Public fieldStatic memberCssRestoreButton
The CSS class identifying the Window's restore button element.
Public fieldStatic memberCssWindow
The CSS class identifying the Window control.
Public fieldStatic memberKeyWindow
The name identifying the Window control.
Top
See Also

Reference