on_edit_form_close_query¶
- on_edit_form_created(item)¶
domain: client
language: javascript
class Task 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;
}