You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rescocrm edited this page May 15, 2023
·
8 revisions
[v9.3] Binds or unbinds the handler for onSelectedViewChanged event on EntityForm.
Bound handler is called with the EntityForm object as an argument. The EntityForm context object contains "selectedView" property with the name of currently selected view.
Arguments
Argument
Type
Description
handler
function(entityForm)
The handler function that has to be bound or unbound.
bind
Boolean
Determines whether to bind or unbind the handler.
scope
Object
The scope for handler calls.
This example demonstrates how to handle the tab (view) selection. It disables the address items when the Address tab is selected on Contact entity form having the parent customer defined.