Wijmo UI for the Web
triggerClose Method
Indicates whether the wijfilter settings was changed or not. If true, then the values of the sortDirection, filterValue and filterOperator options will be passed to the event handler within the second parameter.
Force wijfilter to raise the close event.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var settingsChanged; // Type:  bool
    
    returnsValue = $(".selector").wijfilter("triggerClose", settingsChanged);
});
Javascript (Specification) 
function triggerClose( 
   settingsChanged : bool
) : any;

Parameters

settingsChanged
Indicates whether the wijfilter settings was changed or not. If true, then the values of the sortDirection, filterValue and filterOperator options will be passed to the event handler within the second parameter.
Browser Compatibility
7
5
5

See Also

Reference

wijfilter type
wijfilter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.