wijmo.gallery.wijgallery Namespace > options type : counter Option |
Default value: '[i] of [n]'
Determines the text format of counter.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgallery("option", "counter"); // Set value var newValue; // Type: string $(".selector").wijgallery("option", "counter", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#id").wijgallery({ counter: '[i]/[n]' });