Wijmo UI for the Web
availableOperators Option

Type: wijmo.filter.IFilterOperator[]

An array of available filter operators to select.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijfilter("option", "availableOperators");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijfilter("option", "availableOperators", newValue);
        
});
Javascript (Specification) 
var availableOperators : any;
Example
$("#element").wijfilter({ availableOperators: [ { name: "lessorequal", displayName: "Less Or Equal" }] });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijfilter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.