on_edit_form_close_query

on_edit_form_close_query(item)

domain: client

language: javascript

class Item class

Description

The on_edit_form_close_query event is triggered by the close_edit_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;
}

See also

close_edit_form

Forms

create_edit_form

edit_form