jQuery.wijmo.wijlightbox Namespace > options type : counterFormat Field |
Default value: '[i] of [n]'
Determines the text format of counter. '[i]' and '[n]' are built-in parameters represents the current page index and the number of pages.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijlightbox.options.counterFormat; |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ counterFormat: '[i]/[n]' });