jQuery.wijmo Namespace : wijgallery type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijgallery(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijgallery
Name | Description | |
---|---|---|
![]() | wijgallery Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | add | Adds a custom item with specified index. The first parameter is the new item to add, it should be a jQuery Element or HTML string. The second parameter is the index of item to add , If no index specified the item will be added at the last of item collection. |
![]() | count | Returns a count of the number of items in the gallery. |
![]() | destroy | Removes the wijgallery functionality completely. This returns the element to its pre-init state. |
![]() | disable | |
![]() | enable | |
![]() | next | Shows the next picture. |
![]() | option | |
![]() | pause | Stops automatically displaying the images in order. |
![]() | play | Starts automatically displaying each of the images in order. |
![]() | previous | Shows the previous picture. |
![]() | remove | Removes the item at specified index. The parameter is the index of item to add , If no index specified the last item will be removed. |
![]() | show | Shows the picture at the specified index. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |