MobileCRM.UI.EntityForm.isViewMaximized - Resconet/JSBridge GitHub Wiki

[v8.1] Inspects whether the passed view is maximized or restored.

Arguments

Argument Type Description
viewName String The name of the view which has to be maximized/restored.
callback function(Boolean) Asynchronous callback which is called with Boolean result: true, if the view is maximized; false, if it is restored.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.