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

Object
      wijmo.lightbox.wijlightbox

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijlightbox Constructor  
Top
Methods
 NameDescription
public MethodadjustPositionAdjust the position of lightbox according to the "position" option set it originally to a new location. . It is usually called after window resized.  
public MethodbackMoves to the previous panel.  
public MethoddestroyDestroys wijlightbox widget and reset the DOM element.  
public MethodisPlayingDetermines whether the lightbox is currently displaying images automatically.See the play method for more information.  
public MethodnextMoves to the next panel.  
public MethodplayStarts displaying the images in order automatically.  
public MethodshowShows the content in specified index.  
public MethodstopStops the slide playing mode.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.lightbox Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.