Wijmo UI for the Web
show Method
The zero-based index of the picture to show.
Shows the content in specified index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijlightbox();
var value; // Type: wijlightbox

// Parameters
var index; // Type:  number

value = instance.show(index);
Javascript (Specification) 
function show( 
   index : number
) : wijlightbox;

Parameters

index
The zero-based index of the picture to show.
Example
$("#id").wijlightbox('show');
Browser Compatibility
7
5
5

See Also

Reference

wijlightbox type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.