jQuery.wijmo.wijgallery Namespace > options type : counter Field |
Default value: '[i] of [n]'
Determines the text format of counter.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgallery.options.counter; |
Javascript (Specification) | |
---|---|
|
$("#id").wijgallery({ counter: '[i]/[n]' });