Wijmo UI for the Web
show Method
The zero-based index of the picture to show.
Shows the picture at the specified index.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijgallery("show", index);
});
Javascript (Specification) 
function show( 
   index : number
) : any;

Parameters

index
The zero-based index of the picture to show.
Example
$("#element").wijgallery("show", 1);
Browser Compatibility
7
5
5

See Also

Reference

wijgallery type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.