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

Object
      wijmo.carousel.wijcarousel

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijcarousel Constructor  
Top
Methods
 NameDescription
public MethodaddAdd a custom item with specified index.  
public MethoddestroyRemoves the wijcarousel 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 MethodrefreshRefresh the carousel layout.Reset the layout, scrolled.  
public MethodremoveRemove the item at specified index.  
public MethodscrollToScrolls to 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.carousel Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.