on_before_edit(item)
domain: client
language: javascript
class Item class
Occurs before an application enables editing of the active record.
The item
parameter an the item that triggered the event.
Write an on_before_edit event handler to take specific action immediately before an application enables editing of the active record in an item dataset. on_before_edit is called by edit method.