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

Object
      wijmo.gallery.wijgallery

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodAdds 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.  
public MethodReturns a count of the number of items in the gallery.  
public MethodRemoves the wijgallery functionality completely. This returns the element to its pre-init state.  
public MethodShows the next picture.  
public MethodStops automatically displaying the images in order.  
public MethodStarts automatically displaying each of the images in order.  
public MethodShows the previous picture.  
public MethodRemoves the item at specified index. The parameter is the index of item to add , If no index specified the last item will be removed.  
public MethodShows the picture at the specified index.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.gallery Namespace