Wijmo UI for the Web
resetButton Option

Type: wijmo.rating.wijrating_resetButton

The resetButton option determines the properties of the widget's reset button.

Syntax
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;
Remarks
The reset button is used to reset the rated value to 0. If the rating widget is disabled, the reset button will be hidden.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijrating jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.