Wijmo UI for the Web
groupItems Option

Default value: null

Determines the array of data items.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  Array
    returnsValue = $(".selector").wijlightbox("option", "groupItems");
    
    // Set value
    var newValue; // Type:  Array
    $(".selector").wijlightbox("option", "groupItems", newValue);
        
});
Javascript (Specification) 
var groupItems : Array;
Example
$("#id").wijlightbox({
     groupItems: []
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.