Wijmo UI for the Web
counter Field

Default value: '[i] of [n]'

Determines the text format of counter.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijgallery.options.counter;
Javascript (Specification) 
var counter : string;
Example
$("#id").wijgallery({
    counter: '[i]/[n]'
});
Remarks
'[i]' and '[n]' are built-in parameters represents the current page index and the number of pages.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.