UI Functions
ZOHO.BIGIN.UI.Popup.close() → {Promise}
Use this function for closing widget popup.
Returns
Type | Description |
---|---|
Promise | Resolves with a boolean value, indicating whether the popup was closed successfully (`true`) or not (`false`). |
Example
CopiedZOHO.BIGIN.UI.Popup.close()
ZOHO.BIGIN.UI.Popup.closeReload() → {Promise}
Use this function to close the widget popup and then reload the current view, such as List View, Kanban View, or Sheet View.
Returns
Type | Description |
---|---|
Promise | Resolves with a boolean value, indicating whether the popup was closed and reloaded successfully (`true`) or not (`false`). |
Example
CopiedZOHO.BIGIN.UI.Popup.closeReload()