Wijmo UI for the Web
multiple Option

Default value: true

Determines whether multiple selection is supported.

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

See Also

Reference

options type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.