wijmo.rating.wijrating Namespace > options type : iconWidth Option |
Default value: 16
An option that determines the width of the icon. All icons should have the same width.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijrating("option", "iconWidth"); // Set value var newValue; // Type: number $(".selector").wijrating("option", "iconWidth", newValue); }); |
Javascript (Specification) | |
---|---|
|