jQuery.wijmo Namespace : wijlightbox type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijlightbox(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijlightbox
Name | Description | |
---|---|---|
![]() | wijlightbox Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
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. |
![]() | disable | |
![]() | enable | |
![]() | isPlaying | Determines whether the lightbox is currently displaying images automatically.See the play method for more information. |
![]() | next | Moves to the next panel. |
![]() | option | |
![]() | 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. |