ClassLightBoxConstants
The RadLightBox constants used across the source classes.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class LightBoxConstants
Inheritance: objectLightBoxConstants
Fields
CssCloseButtonKey
The LightBox Close button key used across the verifications and action messages.
Declaration
public const string CssCloseButtonKey = "rltbIcon rltbCloseIcon"
Field Value
CssCloseOuterButtonKey
The LightBox Close button key used across the verifications and action messages.
Declaration
public const string CssCloseOuterButtonKey = "rltbCloseButton"
Field Value
CssLightBox
The CSS class of the LightBox div wrapper.
CssLightBoxImage
The CSS class of the LightBox item div wrapper.
Declaration
public const string CssLightBoxImage = "rltbActiveImage"
Field Value
CssLightBoxItem
The CSS class of the LightBox item div wrapper.
Declaration
public const string CssLightBoxItem = "rltbItemBox"
Field Value
CssMaximizeButtonKey
The LightBox Maximize button key used across the verifications and action messages.
Declaration
public const string CssMaximizeButtonKey = "rltbIcon rltbMaximizeIcon"
Field Value
CssMaximizeButtonOuterKey
The LightBox Maximize button key used across the verifications and action messages.
Declaration
public const string CssMaximizeButtonOuterKey = "rltbMaximizeButton"
Field Value
CssNextButtonKey
The LightBox Next button key used across the verifications and action messages.
Declaration
public const string CssNextButtonKey = "rltbNextButton"
Field Value
CssPrevButtonKey
The LightBox Prev button key used across the verifications and action messages.
Declaration
public const string CssPrevButtonKey = "rltbPrevButton"
Field Value
CssRestoreButtonKey
The LightBox Restore button key used across the verifications and action messages.
Declaration
public const string CssRestoreButtonKey = "rltbIcon rltbRestoreIcon"
Field Value