on_filter_form_close_query¶
- on_filter_form_close_query(item)¶
domain: client
language: javascript
Description¶
The on_filter_form_close_query event is triggered by the
close_filter_form
method of the item.
The item parameter is the item that triggered the event.
Example:
function on_edit_form_close_query(item) {
return true;
}