wijmo.lightbox Namespace > wijlightbox type : show Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: wijlightbox // Parameters var index; // Type: number returnsValue = $(".selector").wijlightbox("show", index); }); |
Javascript (Specification) | |
---|---|
function show( index : number ) : wijlightbox; |
$("#id").wijlightbox('show');