Wijmo UI for the Web
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.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijlightbox.options.counterFormat;
Javascript (Specification) 
var counterFormat : string;
Example
$("#id").wijlightbox({
     counterFormat: '[i]/[n]'
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.