wijmo.lightbox.wijlightbox Namespace > options type : counterType Option |
Default value: 'default'
Determines the type counter style. Possible values are: 'default', 'sequence'
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijlightbox("option", "counterType"); // Set value var newValue; // Type: string $(".selector").wijlightbox("option", "counterType", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ counterType: 'sequence' });