Applying additional post-processing and styles to a screen after rendering

There are two JavaScript functions triggered after each screen is rendered. If either of them is present in your application, it is called automatically by the run-time environment, allowing you to apply additional changes to the screen being displayed: onTableShown(TableName) – called once a table has been fully displayed onScreenShown(CurrentScreen) – called once the whole […]

Skip to toolbar