Wijmo UI for the Web
hint Option

Type: wijmo.rating.wijrating_hint

A value that controls the hint information shown when hovering over the rating star.

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

See Also

Reference

options type
wijrating jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.