Wijmo UI for the Web
filterOperator Option

Type: wijmo.filter.IFilterOperatorEx[]

Default value: []

An array of filter operators.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  []
    returnsValue = $(".selector").wijfilter("option", "filterOperator");
    
    // Set value
    var newValue; // Type:  []
    $(".selector").wijfilter("option", "filterOperator", newValue);
        
});
Javascript (Specification) 
var filterOperator : ;
Example
$("#element").wijfilter({ filterOperator: [ { name: "lessorequal" } ] });
Remarks
The widget cannot display more than two operators.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijfilter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.