App page events

This topic describes the App Page events, and their parameters when using Javascript.

Table 1. JavaScript™ objects available in app page events
Variable Full name Description Example Type
app Application object Contains functions for accessing global general information. app.isSingleFormView() GUI
appPage App Page object For accessing the items on the page. appPage.getChildren() GUI
Table 2. App page events
Event Description
onShow Called after the app page is shown.
onHide Called after the app page is hidden.