Wijmo UI for the Web
counterLimit Option

Default value: 10

Determines the maximum number of digit buttons in sequence counter type.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijlightbox("option", "counterLimit");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlightbox("option", "counterLimit", newValue);
        
});
Javascript (Specification) 
var counterLimit : number;
Example
$("#id").wijlightbox({
     counterLimit: 5
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.