Wijmo UI for the Web
count Option

Default value: 5

A value that determines the number of stars to display.

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

See Also

Reference

options type
wijrating jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.