Class
LightBoxConstants

The RadLightBox constants used across the source classes.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class LightBoxConstants

Inheritance: objectLightBoxConstants

Fields

CssCloseButtonKey

The LightBox Close button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssCloseButtonKey = "rltbIcon rltbCloseIcon"

Field Value

string

CssCloseOuterButtonKey

The LightBox Close button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssCloseOuterButtonKey = "rltbCloseButton"

Field Value

string

CssLightBox

The CSS class of the LightBox div wrapper.

Declaration

cs-api-definition
public const string CssLightBox = "RadLightBox"

Field Value

string

CssLightBoxImage

The CSS class of the LightBox item div wrapper.

Declaration

cs-api-definition
public const string CssLightBoxImage = "rltbActiveImage"

Field Value

string

CssLightBoxItem

The CSS class of the LightBox item div wrapper.

Declaration

cs-api-definition
public const string CssLightBoxItem = "rltbItemBox"

Field Value

string

CssMaximizeButtonKey

The LightBox Maximize button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssMaximizeButtonKey = "rltbIcon rltbMaximizeIcon"

Field Value

string

CssMaximizeButtonOuterKey

The LightBox Maximize button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssMaximizeButtonOuterKey = "rltbMaximizeButton"

Field Value

string

CssNextButtonKey

The LightBox Next button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssNextButtonKey = "rltbNextButton"

Field Value

string

CssPrevButtonKey

The LightBox Prev button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssPrevButtonKey = "rltbPrevButton"

Field Value

string

CssRestoreButtonKey

The LightBox Restore button key used across the verifications and action messages.

Declaration

cs-api-definition
public const string CssRestoreButtonKey = "rltbIcon rltbRestoreIcon"

Field Value

string

LightBox

The LightBox key used across the verifications and action messages.

Declaration

cs-api-definition
public const string LightBox = "RadLightBox"

Field Value

string