wijmo.rating.wijrating Namespace > options type : resetButton Option |
The resetButton option determines the properties of the widget's reset button.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: wijmo.rating.wijrating_resetButton returnsValue = $(".selector").wijrating("option", "resetButton"); // Set value var newValue; // Type: wijmo.rating.wijrating_resetButton $(".selector").wijrating("option", "resetButton", newValue); }); |
Javascript (Specification) | |
---|---|
var resetButton : wijrating_resetButton; |