Wijmo UI for the Web
orientation Option

Default value: 'horizontal'

The orientation option determines the orientation of the rating widget.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijrating("option", "orientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijrating("option", "orientation", newValue);
        
});
Javascript (Specification) 
var orientation : string;
Remarks
Options are "horizontal" and "vertical".
Browser Compatibility
7
5
5

See Also

Reference

options type
wijrating jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.