Wijmo UI for the Web
wijlightbox type
wijmo.lightbox Namespace : wijlightbox type
Syntax
$(function () {
    var options; // Type:  wijmo.lightbox.wijlightbox.options
     
    $(".selector").wijlightbox(options);
});
function wijlightbox;
Inheritance Hierarchy

Object
      wijmo.lightbox.wijlightbox

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodAdjust the position of lightbox according to the "position" option set it originally to a new location. . It is usually called after window resized.  
public MethodMoves to the previous panel.  
public MethodDestroys wijlightbox widget and reset the DOM element.  
public MethodDetermines whether the lightbox is currently displaying images automatically.See the play method for more information.  
public MethodMoves to the next panel.  
public MethodStarts displaying the images in order automatically.  
public MethodShows the content in specified index.  
public MethodStops the slide playing mode.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.lightbox Namespace