Click or drag to resize
LightboxExtender Class
CMSSearchDialog class.
Inheritance Hierarchy

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public class LightboxExtender : WebControl, 
	INamingContainer, ICallbackEventHandler

The LightboxExtender type exposes the following members.

Constructors
  NameDescription
Public methodLightboxExtender
Constructor.
Top
Methods
  NameDescription
Public methodGetCallbackResult
Returns content.
Protected methodOnPreRender
Raises the PreRender event.
(Overrides ControlOnPreRender(EventArgs).)
Public methodRaiseCallbackEvent
Gets selected item content.
Public methodRaiseOnItemSelected
Raises the OnItemSelected event.
Top
Extension Methods
  NameDescription
Public Extension MethodAddCssClass
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodCallHandled
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.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetCssClasses
Returns all CSS classes of control.
(Defined by ControlsExtensions.)
Public Extension MethodGetRenderedHTML
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodHasCssClass
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodRemoveCssClass
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodSetCssClasses
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyCheckCollision
Determines whether to check JavaScript collisions.
Public propertyLightBoxAnimate
Gets or sets the value that indicates whether resizing should be animated.
Public propertyLightBoxBorderSize
Gets or sets the border size.
Public propertyLightBoxCloseImg
Gets or sets the close image URL.
Public propertyLightBoxExternalScriptPath
Gets or sets the external script path.
Public propertyLightBoxGroup
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.
Public propertyLightBoxHeight
Gets or sets the window height.
Public propertyLightBoxLoadDelay
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.
Public propertyLightBoxLoadingImg
Gets or sets the loading image URL.
Public propertyLightBoxNextImg
Gets or sets the next image URL.
Public propertyLightBoxOverlayOpacity
Gets or sets the transparency of shadow overlay.
Public propertyLightBoxPermanentNavigation
Gets or sets the value that indicates whether the navigation buttons are still visible, not only on mouse over
Public propertyLightBoxPrevImg
Gets or sets the previous image URL.
Public propertyLightBoxResizeSpeed
Gets or sets speed of resizing animations.
Public propertyLightBoxWidth
Gets or sets the window width.
Public propertyStopProcessing
Indicates if the control should not process the data.
Top
Events
  NameDescription
Public eventOnItemSelected
On item selected event.
Top
See Also