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

Object
      wijmo.gallery.wijgallery

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijgallery Constructor  
Top
Methods
 NameDescription
public MethodaddAdds 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 MethodcountReturns a count of the number of items in the gallery.  
public MethoddestroyRemoves the wijgallery functionality completely. This returns the element to its pre-init state.  
public MethodnextShows the next picture.  
public MethodpauseStops automatically displaying the images in order.  
public MethodplayStarts automatically displaying each of the images in order.  
public MethodpreviousShows the previous picture.  
public MethodremoveRemoves 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 MethodshowShows the picture at the specified index.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.gallery Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.