LightboxExtender Class |
Namespace: CMS.Controls
public class LightboxExtender : WebControl, INamingContainer, ICallbackEventHandler
The LightboxExtender type exposes the following members.
Name | Description | |
---|---|---|
LightboxExtender |
Constructor.
|
Name | Description | |
---|---|---|
CheckCollision |
Determines whether to check JavaScript collisions.
| |
LightBoxAnimate |
Gets or sets the value that indicates whether resizing should be animated.
| |
LightBoxBorderSize |
Gets or sets the border size.
| |
LightBoxCloseImg |
Gets or sets the close image URL.
| |
LightBoxExternalScriptPath |
Gets or sets the external script path.
| |
LightBoxGroup |
Gets or sets lightbox group name. It is necessary to set this property if you would like
to display multiple lightboxes for different doc.types on a single page.
| |
LightBoxHeight |
Gets or sets the window height.
| |
LightBoxLoadDelay |
Gets or sets the load delay time(in milliseconds). If you are using automatic resizing,
this value indicates how long will be lightbox runtime wait for taking element size.
If you have problem with displaying some content with lightbox, try use upper value.
| |
LightBoxLoadingImg |
Gets or sets the loading image URL.
| |
LightBoxNextImg |
Gets or sets the next image URL.
| |
LightBoxOverlayOpacity |
Gets or sets the transparency of shadow overlay.
| |
LightBoxPermanentNavigation |
Gets or sets the value that indicates whether the navigation buttons are still visible,
not only on mouse over
| |
LightBoxPrevImg |
Gets or sets the previous image URL.
| |
LightBoxResizeSpeed |
Gets or sets speed of resizing animations.
| |
LightBoxWidth |
Gets or sets the window width.
| |
StopProcessing |
Indicates if the control should not process the data.
|
Name | Description | |
---|---|---|
GetCallbackResult |
Returns content.
| |
OnPreRender |
Raises the PreRender event.
(Overrides ControlOnPreRender(EventArgs).) | |
RaiseCallbackEvent |
Gets selected item content.
| |
RaiseOnItemSelected |
Raises the OnItemSelected event.
|
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |
Name | Description | |
---|---|---|
OnItemSelected |
On item selected event.
|