Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijcarousel.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)animation

The animation option determines whether and how images are scroll in the carousel. It defines the animation effect and controls other aspects of the widget's animation, such as duration and easing. Set the disable attribute to true in order to disable the animation effect. For a live example, see the Carousel Animation page in the Explore sample.

 
public Fieldstatic (Shared in Visual Basic)auto

Default value: false

Allows pictures to be played automatically.

 
public Fieldstatic (Shared in Visual Basic)buttonPosition

Default value: 'inside'

Determines the position value for next button and previous button. Possible values are: "inside" and "outside".

 
public Fieldstatic (Shared in Visual Basic)control

Default value: ""

Determines the innerHtml of the custom control.

 
public Fieldstatic (Shared in Visual Basic)controlPosition

A value that indicates the position settings for the custom control.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)data

Default value: []

An object collection that contains the data of the carousel.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)display

Default value: 1

Determines how many images should be shown in the view area.

 
public Fieldstatic (Shared in Visual Basic)interval

Default value: 5000

Determines the time span between two pictures showing in autoplay mode.

 
public Fieldstatic (Shared in Visual Basic)loop

Default value: true

Allows the carousel to loop back to the beginning.

 
public Fieldstatic (Shared in Visual Basic)nextBtnClass

Type: wijmo.carousel.btn_class_option

Determines the class of custom previous button. Includes the following sub-options "defaultClass", "hoverClass", "disableClass".

 
public Fieldstatic (Shared in Visual Basic)orientation

Default value: 'horizontal'

Determines the orientation of the pager. Possible values are: "vertical" & "horizontal"

 
public Fieldstatic (Shared in Visual Basic)pagerPosition

A value that indicates the position settings for the pager.

 
public Fieldstatic (Shared in Visual Basic)pagerType

Default value: 'numbers'

Determines the type of the pager in the carousel. Possible values are: "slider", "numbers", "dots", "thumbnails". For a live example, see the Carousel Paging page in the Explore sample.

 
public Fieldstatic (Shared in Visual Basic)prevBtnClass

Type: wijmo.carousel.btn_class_option

Determines the class of custom previous button. Includes the following sub-options "defaultClass", "hoverClass", "disableClass".

 
public Fieldstatic (Shared in Visual Basic)preview

Default value: false

Determines if we should preview the last and next images. loop == false , orintation == "horizontal",display == 1.

 
public Fieldstatic (Shared in Visual Basic)showCaption

Default value: true

Determines whether the caption of items should be shown.

 
public Fieldstatic (Shared in Visual Basic)showControls

Default value: false

Determines whether the custom control should be shown.

 
public Fieldstatic (Shared in Visual Basic)showControlsOnHover

Default value: false

Determines whether the controls should be shown after created or when hovering on the dom element.

 
public Fieldstatic (Shared in Visual Basic)showPager

Default value: false

Determines whether to show the pager element. By default, if showPager is set to true, the pager will appear at the bottom right of the widget and allows run time carousel item navigation. You can customize the location and appearance of the pager by using the pagerPosition and pagerType options.

 
public Fieldstatic (Shared in Visual Basic)showTimer

Default value: false

Determines if the timer of the carousel should be shown. If true, the timer appears by default at the top of the carousel with a play/pause button allowing carousel items to be automatically cycled through at run time.

 
public Fieldstatic (Shared in Visual Basic)sliderOrientation

Default value: 'horizontal'

Determines the orientation of the slider. Possible values are: "vertical" & "horizontal"

 
public Fieldstatic (Shared in Visual Basic)start

Default value: 0

Determines the custom start position of the image list in wijcarousel.

 
public Fieldstatic (Shared in Visual Basic)step

Default value: 1

Determines how many images will be scrolled when you click the Next/Previous button.

 
public Fieldstatic (Shared in Visual Basic)thumbnails

Determines the thumbnails list for a pager when pagerType is "thumbnails".

 
Top
Events
 NameDescription
public EventafterScrollThis is the afterScroll event handler. It is a function called after scrolling to another image.  
public EventbeforeScrollThis is the beforeScroll event handler. It is a function called before scrolling to another image.  
public EventitemClickThis is the itemClick event handler. It is a function called when the image is clicked.  
public EventloadCallbackThis is the loadCallback event handler. It is a function called after creating the dom element.  
Top
See Also

Reference

jQuery.wijmo.wijcarousel Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.