Wijmo UI for the Web
data Field

Default value: []

An object collection that contains the data of the carousel.

Syntax
Javascript (Usage) 
var value; // Type: array
value = jQuery.wijmo.wijcarousel.options.data;
Javascript (Specification) 
var data : array;
Example
:
$("#element").wijcarousel( { data: [{
    imageUrl: "../thumb/image1.jpg",
    linkUrl: "../images/image1.jpg",
    content: "",
    caption: "<span>Word Caption 1</span>"
},{
    imageUrl: "../thumb/image2.jpg",
    linkUrl: "../images/image2.jpg",
    content: "",
    caption: "<span>Word Caption 2</span>"
}] } );
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.