Wijmo UI for the Web
dropDownButtonAlign Option

Default value: 'right'

Determines the side, left or right, where the dropdown button appear. Possible values are: 'left', 'right'

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputmask("option", "dropDownButtonAlign");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputmask("option", "dropDownButtonAlign", newValue);
        
});
Javascript (Specification) 
var dropDownButtonAlign : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.