Wijmo UI for the Web
filterValue Option

Default value: []

A value set for filtering. An array where each value is used as the value in the array of filter operators of the filterOperator option.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijfilter("option", "filterValue");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijfilter("option", "filterValue", newValue);
        
});
Javascript (Specification) 
var filterValue : array;
Example
$("#element").wijfilter({ filterValue: ["a", "b"] });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijfilter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.