$(function () { var options; // Type: wijmo.lightbox.wijlightbox.options $(".selector").wijlightbox(options); });
function wijlightbox;
$(function () { var options; // Type: wijmo.lightbox.wijlightbox.options $(".selector").wijlightbox(options); });
function wijlightbox;
Object
wijmo.lightbox.wijlightbox
Name | Description | |
---|---|---|
wijlightbox Constructor |
Name | Description | |
---|---|---|
adjustPosition | Adjust the position of lightbox according to the "position" option set it originally to a new location. . It is usually called after window resized. | |
back | Moves to the previous panel. | |
destroy | Destroys wijlightbox widget and reset the DOM element. | |
isPlaying | Determines whether the lightbox is currently displaying images automatically.See the play method for more information. | |
next | Moves to the next panel. | |
play | Starts displaying the images in order automatically. | |
show | Shows the content in specified index. | |
stop | Stops the slide playing mode. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |