Class
KendoAngularWindowConstants

String constants of the KendoAngularWindow

Definition

Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Window

Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll

Syntax:

cs-api-definition
public static class KendoAngularWindowConstants

Inheritance: objectKendoAngularWindowConstants

Fields

CssCloseButtonAttribute

The CSS attribute identifying the close button.

Declaration

cs-api-definition
public const string CssCloseButtonAttribute = "kendowindowcloseaction"

Field Value

string

CssKContent

The CSS class identifying the content.

Declaration

cs-api-definition
public const string CssKContent = "k-content"

Field Value

string

CssKWindowTitle

The CSS class identifying the title.

Declaration

cs-api-definition
public const string CssKWindowTitle = "k-window-title"

Field Value

string

CssMaximizeButtonAttribute

The CSS attribute identifying the maximize button.

Declaration

cs-api-definition
public const string CssMaximizeButtonAttribute = "kendowindowmaximizeaction"

Field Value

string

CssMinimizeButtonAttribute

The CSS attribute identifying the minimize button.

Declaration

cs-api-definition
public const string CssMinimizeButtonAttribute = "kendowindowminimizeaction"

Field Value

string

CssRestoreButtonAttribute

The CSS attribute identifying the restore button.

Declaration

cs-api-definition
public const string CssRestoreButtonAttribute = "kendowindowrestoreaction"

Field Value

string

ElementFindExpression

Element find expression for the KendoAngularWindow.

Declaration

cs-api-definition
public const string ElementFindExpression = "tagname=kendo-window"

Field Value

string

Name

The name identifying the KendoAngularWindow control.

Declaration

cs-api-definition
public const string Name = "KendoAngularWindow"

Field Value

string