wijmo.lightbox.wijlightbox Namespace > options type : counterLimit Option |
Default value: 10
Determines the maximum number of digit buttons in sequence counter type.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijlightbox("option", "counterLimit"); // Set value var newValue; // Type: number $(".selector").wijlightbox("option", "counterLimit", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({
counterLimit: 5
});