jQuery.wijmo.wijgallery Namespace > options type : data Field |
Default value: []
An object collection that contains the data of the gallery.
Javascript (Usage) | |
---|---|
var value; // Type: array value = jQuery.wijmo.wijgallery.options.data; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { data: [{ url: "../thumb/image1.jpg", thumbUrl: "../images/image1.jpg", title: "<span>Word Caption 1</span>" },{ imageUrl: "../thumb/image2.jpg", linkUrl: "../images/image2.jpg", title: "<span>Word Caption 2</span>" }] } );