Wijmo UI for the Web
filter Option
Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijlistview("option", "filter");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlistview("option", "filter", newValue);
        
});
Javascript (Specification) 
var filter : boolean;
Browser Compatibility
8
5
5

See Also

Reference

options type
wijlistview jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.